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