SymbolCategory Enumeration
Indicates the kind of symbol a SymbolMetadata represents.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public enum SymbolCategory
Values
Value name | Value | Description |
---|---|---|
None | 0 | Not a symbol. |
UnitsEquipmentInstallations | 1 | Indicates that the symbol is a unit, equipment or installation symbol. This value corresponds to a symbol in Appendix A in the MIL-STD-2525B or MIL-STD-2525C standard. |
MilitaryOperations | 2 | Indicates a military operations symbol. This value corresponds to a symbol in Appendix B in the MIL-STD-2525B or MIL-STD-2525C standard. |
MeteorologicalOceanographic | 3 | Indicates a meteorological or oceanographic symbol. This value corresponds to a symbol in Appendix C in the MIL-STD-2525B or MIL-STD-2525C standard. |
SignalsIntelligence | 4 | Indicates a signals intelligence symbol. This value corresponds to a symbol in Appendix D in the MIL-STD-2525B or MIL-STD-2525C standard. |
MilitaryOperationsOtherThanWar | 5 | Indicates a military operations other than war or stability operations symbol. This value corresponds to a symbol in Appendix E in the MIL-STD-2525B or MIL-STD-2525C standard. |
Custom | 6 | Indicates a custom symbol that does not belong to one of the predefined categories. |
Platforms
Windows, Linux, Android