App6BAttributes Class
Defines which Feature attributes are mapped to App-6(B) modifier fields.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public class App6BAttributes : SidcVisualizerAttributes
Remarks
The App6BAttributes class specifies which attributes in a Feature are read by a TacticalVisualizer to visualize symbols according to the App6-(B) specification.
Point symbols in hierarchy 1.X (Warfighting)
![]() |
Field | Property | Description | Type | Length |
---|---|---|---|---|
A | The name of the attribute that contains the SIDC code for the main symbol. The SIDC code also contains information about other parts of the symbol in particular: affiliation, echelon, mobility, auxiliary equipment, feint/dummy, task force and headquarter modifiers. See App-6(B) Symbol Identification Coding (SIDC) for more details about how SIDC codes are constructed and App-6(B) Symbols for a list of all supported symbols. | String | 15 | |
AA | The name of the attribute that contains the C2 Headquarter. | String | 9 | |
B | - | Echelon specified as part of the main symbol SIDC identifier. | - | - |
C | The name of the attribute that contains the number of items present. | String | 9 | |
D | - | Graphic task force modifier specified as part of the main symbol SIDC identifier. | - | - |
E | - | Graphic frame shape modifier implicitly defined by the affiliation of the main symbol. | - | - |
F | The name of the attribute that contains the reinforced/reduced status of a unit. | Atom | 3 | |
G | The name of the attribute that contains an implementation specific comment. | String | 20 | |
H | The name of the attribute that contains implementation specific information. | String | 20 | |
J | The name of the attribute that contains the a one-letter reliability rating and a one-number credibility rating for units, equipment and installations. | String | 2 | |
K | The name of the attribute that contains a text that indicates unit effectiveness or installation capability. | String | 5 | |
L | The name of the attribute that contains a modifier for hostile equipment. "!" indicates detectable electronic signatures. | String | 1 | |
M | The name of the attribute that contains the number or title of higher echelon command. | String | 21 | |
N | The name of the attribute that contains True to display the letters "ENY" which denote hostile symbols; the field is not displayed if the attribute is either False or missing. | Bool | - | |
P | The name of the attribute that contains IFF/SIF identification modes and codes. | String | 5 | |
Q | The name of the attribute that contains the direction of movement for units, equipment and installations specified in degrees clockwise from north. The placement of the arrow varies depending on the battle dimension of the main symbol. | Double | - | |
R | - | Mobility indicator specified as part of the main symbol SIDC identifier. | - | - |
S | - | Headquarters staff indicator specified as part of the main symbol SIDC identifier. | - | - |
T | The name of the attribute that contains unit, equipment or installation designation. | String | 21 | |
V | The name of the attribute that contains equipment type. | String | 24 | |
W | The name of the attribute that contains date and time. | String | 20 | |
X | The name of the attribute that contains the altitude portion of GPS position, flight level for aircraft, depth of submerged objects, height of equipment or structure on the ground. | String | 6 | |
Y | The name of the attribute that contains the geographic location of a symbol. | String | 19 | |
Z | The name of the attribute that contains the speed of units, equipment or installations. | String | 8 |
Not all fields and/or graphic modifiers are available for all types of symbols. Some are only valid for ground units, some only for group equipment etc. For a complete description of which fields and graphic modifiers are supported by which symbols we refer you to the App6-(B) specification.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
TacticalVisualizerAttributes
SidcVisualizerAttributes
App6BAttributes
Platforms
Windows, Linux, Android
App6BAttributes Members
The App6BAttributes type has the following members.
Constructors
Name | Description |
---|---|
App6BAttributes | Initializes a new instance of the App6BAttributes class. |
Properties
Name | Description |
---|---|
AdditionalInformation | Gets or sets the attribute that specifies Additional Information. Inherited from SidcVisualizerAttributes |
AltitudeDepth | Gets or sets the attribute that specifies Altitude or Depth. Inherited from SidcVisualizerAttributes |
CombatEffectiveness | Gets or sets the attribute that specifies the Combat Effectiveness. Inherited from SidcVisualizerAttributes |
DateTimeGroup | Gets or sets the attribute that specifies the Date/Time Group. Inherited from SidcVisualizerAttributes |
Direction | Gets or sets the attribute that specifies the Direction. Inherited from SidcVisualizerAttributes |
EquipmentType | Gets or sets the attribute that specifies the Equipment Type. Inherited from SidcVisualizerAttributes |
EvaluationRating | Gets or sets the attribute that specifies the Evaluation Rating. Inherited from SidcVisualizerAttributes |
HigherFormation | Gets or sets the attribute that specifies the Higher Formation. Inherited from SidcVisualizerAttributes |
Hostile | Gets or sets the attribute that specifies Hostile (Enemy). Inherited from SidcVisualizerAttributes |
IffSif | Gets or sets the attribute that specifies IFF/SIFF Inherited from SidcVisualizerAttributes |
IsDisposed | Gets a value that tells whether the current App6BAttributes has been disposed. Inherited from EngineObject |
Location | Gets or sets the attribute that specifies Location. Inherited from SidcVisualizerAttributes |
Name | Gets or sets the name of the App6BAttributes. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current App6BAttributes represents. Inherited from EngineObject |
Quantity | Gets or sets the attribute that specifies Quantity. Inherited from SidcVisualizerAttributes |
ReinforcedOrReduced | Gets or sets the attribute that specifies Reinforced or Reduced. Inherited from SidcVisualizerAttributes |
Sidc | Gets or sets the attribute that specifies the SIDC of the symbol. Inherited from SidcVisualizerAttributes |
SignatureEquipment | Gets or sets the attribute that specifies Signature Equipment. Inherited from SidcVisualizerAttributes |
SpecialC2Headquarter | Gets or sets the attribute that specifies the Special C2 Headquarter text. Inherited from SidcVisualizerAttributes |
Speed | Gets or sets the attribute that specifies Speed. Inherited from SidcVisualizerAttributes |
StaffComments | Gets or sets the attribute that specifies Staff Comments. Inherited from SidcVisualizerAttributes |
UniqueDesignation | Gets or sets the attribute that specifies Unique Designation. Inherited from SidcVisualizerAttributes |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |