Public Sub DeleteNodesOutsideDataArea()
public void DeleteNodesOutsideDataArea()
Public Sub DeleteNodesOutsideDataArea()
public void DeleteNodesOutsideDataArea()
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called on the MCT. Use QueuedTask.Run. |
| ArcGIS.Core.Data.Exceptions.TinException | The editor is not in edit mode. |
{
// Delete all data nodes that are outside the data area. Does not delete super nodes.
tinEditor.DeleteNodesOutsideDataArea();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)