ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class / DeleteNodesOutsideDataArea Method
Example

In This Topic
    DeleteNodesOutsideDataArea Method
    In This Topic
    Deletes all data nodes that are outside of the data area. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Sub DeleteNodesOutsideDataArea() 
    public void DeleteNodesOutsideDataArea()
    Exceptions
    ExceptionDescription
    This method must be called on the MCT. Use QueuedTask.Run.
    The editor is not in edit mode.
    Example
    Delete nodes outside of data area
    {
      // Delete all data nodes that are outside the data area. Does not delete super nodes.
      tinEditor.DeleteNodesOutsideDataArea();
    }
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also