ArcObjects Library Reference (GeoDatabase)  

ITinTriangleFilter.PropertyType Property

The property that the filter classifies on.

[Visual Basic .NET]
Public Property PropertyType As esriTinTrianglePropertyType
[C#]
public esriTinTrianglePropertyType PropertyType {get; set;}
[C++]
HRESULT get_PropertyType(
  esriTinTrianglePropertyType* pType
);
[C++]
HRESULT put_PropertyType(
  esriTinTrianglePropertyType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriTinTrianglePropertyType

pType [in]

  pType is a parameter of type esriTinTrianglePropertyType

Product Availability

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

See Also

ITinTriangleFilter Interface