This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit Interface > ITinEdit.SetEdgeType Method (ArcObjects .NET 10.4 SDK) |
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