ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinElement 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 (TinElement)
    In This Topic
    Gets whether this TIN element is inside the specified extent.
    Syntax
    public abstract bool IsInsideExtent( 
       Envelope extent
    )
    Public MustOverride 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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also