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