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


ITinEdge.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinEdge.Type Property

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

Product Availability

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

Description

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.

See Also

ITinEdge Interface