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


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

ITinAdvanced.SuperNodeExtent Property

The full extent of the TIN based on the super nodes.

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

When a TIN is initially constructed (with ITinEdit.InitNew) it contains four software generated points that reside far outside the declared data extent. These are connected into two triangles and this initial triangulation is what the user adds data to. The four software generated points are referred to as SuperNodes. The SuperNodeExtent is the minimum bounding rectangle that surrounds these points.

See Also

ITinAdvanced Interface