This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced2 Interface > ITinAdvanced2.HasEdgeType Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* pbHasType
);
[C++]
Parameters Type [in]
Type is a parameter of type esriTinEdgeType pbHasType [out, retval] pbHasType is a parameter of type VARIANT_BOOL
HasEdgeType will return True if the specified edge type, esriTinRegularEdge, esriTinHardEdge, or esriTinSoftEdge, is present.