This document is archived and information here might be outdated. Recommended version. |
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