This document is archived and information here might be outdated. Recommended version. |
Returns TRUE if the TIN contains the specified edge type.
[Visual Basic .NET] Public Function HasEdgeType ( _ ByVal Type As esriTinEdgeType _ ) As Boolean
[C#] public bool HasEdgeType ( esriTinEdgeType Type );
[C++]
HRESULT HasEdgeType(
esriTinEdgeType Type
);
[C++] Parameters Type [in]
Type is a parameter of type esriTinEdgeType
HasEdgeType will return True if the specified edge type, esriTinRegularEdge, esriTinHardEdge, or esriTinSoftEdge, is present.