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


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

ITinAdvanced2.HasEdgeType Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

HasEdgeType will return True if the specified edge type, esriTinRegularEdge, esriTinHardEdge, or esriTinSoftEdge, is present.

See Also

ITinAdvanced2 Interface