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


ITinEdge.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdge Interface > ITinEdge.Type Property
ArcGIS Developer Help

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