The interpolation zone of the TIN.
[Visual Basic 6.0]
Property Extent As IEnvelope
[Visual Basic .NET]
Public ReadOnly Property Extent As IEnvelope
[C#]
public IEnvelope Extent {get;}
[Java]
public IEnvelope getExtent()
throws
IOException,
AutomationException
[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
Example
Extent Example
Send feedback on this page