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


IGPCoverageFeatureClassDomain.FilterTopologyType Property (ArcObjects .NET 10.5 SDK)
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