CreateTouchTool3D.CreateTouchTool3D Constructors
Initializes a new instance of the CreateTouchTool3D class.
Overload List
Name | Description | |
---|---|---|
Public method | CreateTouchTool3D(MemoryDataSet dataSet) | Initializes a new instance of the CreateTouchTool3D class with the given MemoryDataSet. |
Public method | CreateTouchTool3D(MemoryDataSet dataSet, AttributeSet attributes) | Initializes a new instance of the CreateTouchTool3D class with the MemoryDataSet and AttributeSet. |
Public method | CreateTouchTool3D(MemoryDataSet dataSet, AttributeSet attributes, CreateToolParameters parameters) | Initializes a new instance of the CreateTouchTool3D class with the given data set. |
CreateTouchTool3D(MemoryDataSet dataSet)
Initializes a new instance of the CreateTouchTool3D class with the given MemoryDataSet.Syntax
public CreateTouchTool3D (
MemoryDataSet dataSet
)
Parameters
The data set into which new features will be inserted.
CreateTouchTool3D(MemoryDataSet dataSet, AttributeSet attributes)
Initializes a new instance of the CreateTouchTool3D class with the MemoryDataSet and AttributeSet.Syntax
public CreateTouchTool3D (
MemoryDataSet dataSet,
AttributeSet attributes
)
Parameters
The data set into which new features will be inserted.
The attributes to add to all new features.
CreateTouchTool3D(MemoryDataSet dataSet, AttributeSet attributes, CreateToolParameters parameters)
Initializes a new instance of the CreateTouchTool3D class with the given data set.Syntax
public CreateTouchTool3D (
MemoryDataSet dataSet,
AttributeSet attributes,
CreateToolParameters parameters
)
Parameters
The data set into which new features will be inserted.
The attributes to add to all new features.
Additional parameters used by the create tool.
Remarks
By specifying parameters, the CreateMode will automatically be set to the appropriate mode for the parameters.
Platforms
Windows, Linux, Android