CreateTool.Parameters Property
Gets or sets additional parameters for the CreateTool to use when it creates new features.
Syntax
public CreateToolParameters Parameters { get; set; }
Property Value
Remarks
This property is used in some of the CreateMode modes. See the different classes that inherits from CreateToolParameters to find out more. Parameters will not be set if changed when the tool is active. The method ITool.IsActive can be used to check if setting is disallowed.
When setting this property, the CreateMode property will automatically be set to the appropriate mode for the parameters.
Platforms
Windows, Linux, Android