This document is archived and information here might be outdated. Recommended version. |
The type of the specified edge.
[Visual Basic .NET] Public ReadOnly Property Type As esriTinEdgeType
[C#] public esriTinEdgeType Type {get;}
[C++]
HRESULT get_Type(
esriTinEdgeType* pType
);
[C++] Parameters pType [out, retval]
pType is a parameter of type esriTinEdgeType*
The type of an edge indicates whether or not it's an enforced breakline edge. If it's enforced the type will be equal to either esriTinHardEdge or esriTinSoftEdge. If it's not a breakline edge the type will equal esriTinRegularEdge.