This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetEdgeType Method (ArcObjects .NET 10.4 SDK) |
Gets the specified edge's type.
[Visual Basic .NET] Public Sub GetEdgeType ( _ ByVal edgeIndex As Integer, _ ByRef pType As esriTinEdgeType _ )
[C#] public void GetEdgeType ( int edgeIndex, ref esriTinEdgeType pType );
[C++]
HRESULT GetEdgeType(
long edgeIndex,
esriTinEdgeType* pType
);
[C++]
Parameters edgeIndex [in] edgeIndex is a parameter of type long pType [out]
pType is a parameter of type esriTinEdgeType