ArcObjects Library Reference (Geoprocessing)  

IGPCoverageFeatureClassDomain.FilterTopology Property

Indicates whether or not to filter feature classes based on their topology type.

[Visual Basic .NET]
Public ReadOnly Property FilterTopology As Boolean
[C#]
public bool FilterTopology {get;}
[C++]
HRESULT get_FilterTopology(
  VARIANT_BOOL* pFilter
);
[C++]

Parameters

pFilter [out, retval]   pFilter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPCoverageFeatureClassDomain Interface