ArcObjects Library Reference (GeoDatabase)  

ITinEdit.SetTriangleOutsideDataArea Method

Sets a triangle outside of the TIN interpolation zone.

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

Parameters

Index [in]   Index is a parameter of type long

Product Availability

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

See Also

ITinEdit Interface