MilitaryDCreateToolParameters Class
Provides information that a CreateTool or CreateTouchTool uses to enrich the interaction when tactical symbols are created.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public class MilitaryDCreateToolParameters : CreateToolParameters
Remarks
The MilitaryDCreateToolParameters is used to customize the behavior of a CreateTool or CreateTouchTool for a particular symbol in the MIL-STD-2525D and App6D standards.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CreateToolParameters
MilitaryDCreateToolParameters
Platforms
Windows, Linux, Android
MilitaryDCreateToolParameters Members
The MilitaryDCreateToolParameters type has the following members.
Constructors
Name | Description |
---|---|
MilitaryDCreateToolParameters | Initializes a new instance of the MilitaryDCreateToolParameters. |
Properties
Name | Description |
---|---|
Group | Gets or sets the Group to add the new Feature to. |
IsDisposed | Gets a value that tells whether the current MilitaryDCreateToolParameters has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current MilitaryDCreateToolParameters represents. Inherited from EngineObject |
Sidc | Gets the SIDC of the MilitaryD symbol that the tool is trying to create. |
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 |