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


ITinEdit.SetEdgeType Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdit.SetEdgeType Method

Sets the type of the triangle edge referenced by the TIN.

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

Parameters Index [in] Index is a parameter of type long Type [in]
Type is a parameter of type esriTinEdgeType

Product Availability

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

See Also

ITinEdit Interface