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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.