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


ITinAdvanced.GetEdgeType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.GetEdgeType Method
ArcGIS Developer Help

ITinAdvanced.GetEdgeType Method

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.

See Also

ITinAdvanced Interface