TacticalVisualizerParameters Class
Represents parameters that are used to visualize features according to military symbol standard.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public abstract class TacticalVisualizerParameters : ResourceObject
Remarks
TacticalVisualizerParameters is an abstract class that define parameters common to several symbology standards. The derived classes provide parameters specific to a single symbol standard.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
TacticalVisualizerParameters
MilitaryCVisualizerParameters
MilitaryDVisualizerParameters
Platforms
Windows, Linux, Android
TacticalVisualizerParameters Members
The TacticalVisualizerParameters type has the following members.
Properties
Name | Description |
---|---|
Alpha | Gets or sets an alpha value that is applied to all symbols. |
CacheAsBitmap | Gets or sets a value that determines whether symbols that can be are cached as bitmaps. |
Color | Gets or sets the color of non-point symbols. |
Fill | Gets or sets a value that determines whether point symbols are filled. |
FriendColor | Gets or sets the color of friend symbols. |
HaloColor | Gets or sets the color of the halo drawn around all symbols. |
HaloWidth | Gets or sets the width of the halo drawn around all symbols. |
HostileColor | Gets or sets the color of hostile symbols. |
IsDisposed | Gets a value that tells whether the current TacticalVisualizerParameters has been disposed. Inherited from EngineObject |
LineScale | Gets or sets the line scaling of symbol frames. |
Name | Gets or sets the name of the TacticalVisualizerParameters. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current TacticalVisualizerParameters represents. Inherited from EngineObject |
NeutralColor | Gets or sets the color of neutral symbols. |
RenderingPriority | Get or sets how the visualization is prioritized. |
Scale | Gets or sets the scale applied to point symbols. |
SelectionColor | Gets or sets the color that marks selected symbols. |
ShowUnsupported | Gets or sets a value that determines whether unsupported symbols are displayed. |
SymbolStandard | Gets the symbol standard used by the TacticalVisualizerParameters. |
TextColor | Gets or sets the color that is used for text fields around point symbols. |
UnknownColor | Gets or sets the color of unknown symbols. |
UseAffiliationColor | Gets or sets a value that determines whether non-point symbols are drawn with affiliation colors. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Width | Gets or sets the line width of non-point symbols. |
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 |