ArcObjects Library Reference (GeoDatabase)  

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 [out, retval]

  pType is a parameter of type esriTinEdgeType

pType [in]

  pType is a parameter of type esriTinEdgeType

Product Availability

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

See Also

ITinEdgeTypeFilter Interface