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


ITinEdit.SetTriangleOutsideDataArea 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.SetTriangleOutsideDataArea Method
ArcGIS Developer Help

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