App6CDraft1Parameters Class
Represents a TacticalVisualizerParameters that displays symbols according to the App6C Draft 1 specification.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public class App6CDraft1Parameters : MilitaryCVisualizerParameters
Remarks
The App6CDraft1Parameters class is used to specify that a TacticalVisualizer should draw symbols according to the App6C Draft 1 specification and the Attributes property can be used to configure which attributes in a Feature is mapped to which part of a symbol.
This implementation is based on App6C Draft 1 and not the final specification. What is provided is the following:
An updated visualization of a number of symbols in the air, ground, sea, subsurface and space battle dimensions.
Updated metadata that reflects what is available in App6-(B) (as suggested in App6C Draft 1 specification until it provides the necessary information).
A number of new rules that determine which modifier fields are displayed around symbols. These rules are described in the documentation for the App6CDraft1Attributes class.
Future versions might break backwards compatibility with this draft implementation.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
TacticalVisualizerParameters
MilitaryCVisualizerParameters
App6CDraft1Parameters
Platforms
Windows, Linux, Android
App6CDraft1Parameters Members
The App6CDraft1Parameters type has the following members.
Constructors
Name | Description |
---|---|
App6CDraft1Parameters | Initializes a new instance of the App6CDraft1Parameters class. |
Properties
Name | Description |
---|---|
Alpha | Gets or sets an alpha value that is applied to all symbols. Inherited from TacticalVisualizerParameters |
Attributes | Gets or sets the App6CDraft1Attributes that specify which attributes in a Feature are used by the TacticalVisualizer. |
CacheAsBitmap | Gets or sets a value that determines whether symbols that can be are cached as bitmaps. Inherited from TacticalVisualizerParameters |
CustomMetadataFileName | Gets the name of the file with additional symbol metadata that has been loaded. Inherited from MilitaryCVisualizerParameters |
CustomMetadataPath | Gets the directory where CustomMetadataFileName is located. Inherited from MilitaryCVisualizerParameters |
Fill | Gets or sets a value that determines whether point symbols are filled. Inherited from TacticalVisualizerParameters |
FriendColor | Gets or sets the color of friend symbols. Inherited from TacticalVisualizerParameters |
FriendIconColor | Gets or sets the color of friend symbols that only display an icon. Inherited from MilitaryCVisualizerParameters |
HaloColor | Gets or sets the color of the halo drawn around all symbols. Inherited from TacticalVisualizerParameters |
HaloWidth | Gets or sets the width of the halo drawn around all symbols. Inherited from TacticalVisualizerParameters |
HostileColor | Gets or sets the color of hostile symbols. Inherited from TacticalVisualizerParameters |
HostileIconColor | Gets or sets the color of hostile symbols that only display an icon. Inherited from MilitaryCVisualizerParameters |
Icon | Gets or sets a value that determines whether to display the icon in a point symbol. Inherited from MilitaryCVisualizerParameters |
IsDisposed | Gets a value that tells whether the current App6CDraft1Parameters has been disposed. Inherited from EngineObject |
LineScale | Gets or sets the line scaling of symbol frames. Inherited from TacticalVisualizerParameters |
Name | Gets or sets the name of the App6CDraft1Parameters. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current App6CDraft1Parameters represents. Inherited from EngineObject |
NeutralColor | Gets or sets the color of neutral symbols. Inherited from TacticalVisualizerParameters |
NeutralIconColor | Gets or sets the color of neutral symbols that only display an icon. Inherited from MilitaryCVisualizerParameters |
RenderingPriority | Get or sets how the visualization is prioritized. Inherited from TacticalVisualizerParameters |
Scale | Gets or sets the scale applied to point symbols. Inherited from TacticalVisualizerParameters |
SelectionColor | Gets or sets the color that marks selected symbols. Inherited from TacticalVisualizerParameters |
ShowUnsupported | Gets or sets a value that determines whether unsupported symbols are displayed. Inherited from TacticalVisualizerParameters |
SymbolStandard | Gets the symbol standard used by the App6CDraft1Parameters. Inherited from TacticalVisualizerParameters |
TextColor | Gets or sets the color that is used for text fields around point symbols. Inherited from TacticalVisualizerParameters |
UnknownColor | Gets or sets the color of unknown symbols. Inherited from TacticalVisualizerParameters |
UnknownIconColor | Gets or sets the color of unknown symbols that only display an icon. Inherited from MilitaryCVisualizerParameters |
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 |