App6CDraft1CreateToolParameters 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 App6CDraft1CreateToolParameters : CreateToolParameters
Remarks
The App6CDraft1CreateToolParameters is used to customize the behavior of a CreateTool or CreateTouchTool for a particular symbol in the App6-(C) Draft 1 standard.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
CreateToolParameters
App6CDraft1CreateToolParameters
Platforms
Windows, Linux, Android
App6CDraft1CreateToolParameters Members
The App6CDraft1CreateToolParameters type has the following members.
Constructors
Name | Description |
---|---|
App6CDraft1CreateToolParameters | Initializes a new instance of the App6CDraft1CreateToolParameters. |
Properties
Name | Description |
---|---|
Group | Gets or sets the Group to add the new Feature to. |
IsDisposed | Gets a value that tells whether the current App6CDraft1CreateToolParameters has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current App6CDraft1CreateToolParameters represents. Inherited from EngineObject |
Sidc | Gets the SIDC of the App6-(C) Draft 1 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 |