ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNode Class / IsInsideExtent Method
The extent. This will be projected into the spatial reference of the TIN dataset. If no spatial references is specified, then the spatial reference of the TIN is assumed.

In This Topic
    IsInsideExtent Method (TinNode)
    In This Topic
    Gets if this element is inside the specified extent. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public override bool IsInsideExtent( 
       Envelope extent
    )
    Public Overrides NotOverridable Function IsInsideExtent( _
       ByVal extent As Envelope _
    ) As Boolean

    Parameters

    extent
    The extent. This will be projected into the spatial reference of the TIN dataset. If no spatial references is specified, then the spatial reference of the TIN is assumed.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also