CreateTouchTool.DataSet Property
Gets or sets the MemoryDataSet in which the tool inserts new features.
Syntax
public MemoryDataSet DataSet { get; set; }
Property Value
A memory dataset where the new features are inserted.
Remarks
Dataset will not be set if changed when the tool is active. The method ITool.IsActive can be used to check if setting is disallowed.
Platforms
Windows, Linux, Android