ArcGIS Pro 3.4 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.
Version

IsInsideExtent Method (TinElement)
Gets whether this TIN element is inside the specified extent.
Syntax
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, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also