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


ITinEdgeTypeFilter.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 > ITinEdgeTypeFilter Interface > ITinEdgeTypeFilter.Type Property
ArcGIS Developer Help

ITinEdgeTypeFilter.Type Property

The edge type of the filter.

[Visual Basic .NET]
Public Property Type As esriTinEdgeType
[C#]
public esriTinEdgeType Type {get; set;}
[C++]
HRESULT get_Type(
  esriTinEdgeType pType
);
[C++]
HRESULT put_Type(
  esriTinEdgeType* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type esriTinEdgeType pType [out, retval]
pType is a parameter of type esriTinEdgeType*

Product Availability

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

See Also

ITinEdgeTypeFilter Interface