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


ITinEdit.SetTriangleInsideDataArea Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.SetTriangleInsideDataArea Method
ArcGIS Developer Help

ITinEdit.SetTriangleInsideDataArea Method

Sets a triangle within the TIN interpolation zone.

[Visual Basic .NET]
Public Sub SetTriangleInsideDataArea ( _
    ByVal Index As Integer _
)
[C#]
public void SetTriangleInsideDataArea (
    int Index
);
[C++]
HRESULT SetTriangleInsideDataArea(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This member will not work if attempted on a triangle comprised of a super node (one of the 4 outer nodes added by the software when the TIN is first created) as, by definition, they are considered outside the interpolation zone. An error will not be raised in this case though.

See Also

ITinEdit Interface