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


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

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