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


ITinAdvanced.FullExtent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinAdvanced.FullExtent Property

The full 2D-extent of the TIN including NODATA nodes.

[Visual Basic .NET]
Public ReadOnly Property FullExtent As IEnvelope
[C#]
public IEnvelope FullExtent {get;}
[C++]
HRESULT get_FullExtent(
  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

Returns the miminum bounding rectangle (2D) that surrounds all user supplied data in the TIN, including data outside the interpolation zone.

See Also

ITinAdvanced Interface