MilStd2525DParameters Class
Represents a MilitaryDVisualizerParameters that displays symbols according to the MIL-STD-2525D specification.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public class MilStd2525DParameters : MilitaryDVisualizerParameters
Remarks
The MilStd2525DParameters class is used to specify that a TacticalVisualizer should draw symbols according to the MIL-STD-2525D specification and the Attributes property can be used to configure which attributes in a Feature is mapped to which part of a symbol.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
TacticalVisualizerParameters
MilitaryDVisualizerParameters
MilStd2525DParameters
Platforms
Windows, Linux, Android
MilStd2525DParameters Members
The MilStd2525DParameters type has the following members.
Constructors
Name | Description |
---|---|
MilStd2525DParameters | Initializes a new instance of the MilStd2525DParameters 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 MilitaryDAttributes that specify which attributes in a Feature are used by the TacticalVisualizer. Inherited from MilitaryDVisualizerParameters |
CacheAsBitmap | Gets or sets a value that determines whether symbols that can be are cached as bitmaps. Inherited from TacticalVisualizerParameters |
CivilianColor | Gets or sets the optional color for civilian symbols. Inherited from MilitaryDVisualizerParameters |
Color | Gets or sets the color of non-point symbols. Inherited from TacticalVisualizerParameters |
ColorScheme | Gets or sets the color scheme that is used for symbols and icons. Inherited from MilitaryDVisualizerParameters |
Fill | Gets or sets a value that determines whether point symbols are filled. Inherited from TacticalVisualizerParameters |
Font | Gets or sets the font used by symbol label. Inherited from MilitaryDVisualizerParameters |
FontScale | Gets or sets the scale of the font used by symbol label. Inherited from MilitaryDVisualizerParameters |
FriendColor | Gets or sets the color of friend symbols. Inherited from TacticalVisualizerParameters |
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 |
IsDisposed | Gets a value that tells whether the current MilStd2525DParameters 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 MilStd2525DParameters. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current MilStd2525DParameters represents. Inherited from EngineObject |
NeutralColor | Gets or sets the color of neutral symbols. Inherited from TacticalVisualizerParameters |
OperationalCondition | Gets or sets a values that determines how the operational condition of a symbol is visualized. Inherited from MilitaryDVisualizerParameters |
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 MilStd2525DParameters. 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 |
UseAffiliationColor | Gets or sets a value that determines whether non-point symbols are drawn with affiliation colors. Inherited from TacticalVisualizerParameters |
UseCivilianColor | Gets or sets value that determines whether civilian symbols should use the optional civilian color. Inherited from MilitaryDVisualizerParameters |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Width | Gets or sets the line width of non-point symbols. Inherited from TacticalVisualizerParameters |
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 |