This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.FullExtent Property (ArcObjects .NET 10.4 SDK) |
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
Returns the miminum bounding rectangle (2D) that surrounds all user supplied data in the TIN, including data outside the interpolation zone.