ArcObjects Library Reference (Geoprocessing)  

IGPCoverageFeatureClassDomain.FilterTopologyType Property

Topology filter type.

[Visual Basic .NET]
Public ReadOnly Property FilterTopologyType As esriFeatureClassTopology
[C#]
public esriFeatureClassTopology FilterTopologyType {get;}
[C++]
HRESULT get_FilterTopologyType(
  esriFeatureClassTopology* pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriFeatureClassTopology

Product Availability

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

See Also

IGPCoverageFeatureClassDomain Interface