ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinDataset Class / GetFullExtent Method

In This Topic
    GetFullExtent Method
    In This Topic
    Gets the full 2D-extent of the TIN including NODATA nodes. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Envelope GetFullExtent()
    Public Function GetFullExtent() As Envelope

    Return Value

    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    Returns the miminum bounding rectangle (2D) that surrounds all user supplied data in the TIN, including data outside the interpolation zone.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also