This document is archived and information here might be outdated.  Recommended version.


ITin.Extent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITin Interface > ITin.Extent Property
ArcGIS Developer Help

ITin.Extent Property

The interpolation zone of the TIN.

[Visual Basic .NET]
Public ReadOnly Property Extent As IEnvelope
[C#]
public IEnvelope Extent {get;}
[C++]
HRESULT get_Extent(
  IEnvelope** ppExtent
);
[C++]
Parameters
ppExtent [out, retval]

ppExtent is a parameter of type IEnvelope**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Extent returns the 2D data extent of the TIN. This is the minimum bounding rectangle of the interpolation zone.

Remarks

Extent returns the 2D data extent of the TIN. It's useful for any purpose that needs to determine a TIN's XY coordinate range.

See Also

ITin Interface