ArcObjects Library Reference (GeoDatabase)  

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,
  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

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