ArcObjects Library Reference (GeoDatabase)  

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