ArcGIS Pro 3.7 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 MustOverride Function IsInsideExtent( _
       ByVal extent As Envelope _
    ) As Boolean
    public abstract bool IsInsideExtent( 
       Envelope extent
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also