App6BCreateToolParameters Class
Provides information that a CreateTool or CreateTouchTool uses to enrich the interaction when tactical symbols are created.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CETactical assembly)
Syntax
public class App6BCreateToolParameters : CreateToolParametersRemarks
The App6BCreateToolParameters is used to customize the behavior of a CreateTool or CreateTouchTool for a particular symbol in the App6-(B) standard.
Inheritance Hierarchy
System.Object
EngineObject
CreateToolParameters
App6BCreateToolParameters
Platforms
Windows, Linux, Android
App6BCreateToolParameters Members
The App6BCreateToolParameters type has the following members.
Constructors
| Name | Description |
|---|---|
| App6BCreateToolParameters | Initializes a new instance of the App6BCreateToolParameters. |
Properties
| Name | Description |
|---|---|
| Group | Gets or sets the Group to add the new Feature to. |
| IsDisposed | Gets a value that tells whether the current App6BCreateToolParameters has been disposed. Inherited from EngineObject |
| NativeHandle | Gets the native Carmenta Engine kernel object the current App6BCreateToolParameters represents. Inherited from EngineObject |
| Sidc | Gets the SIDC of the App6-(B) 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 |