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


IGPCoverageFeatureClassDomain.SetTopologyFilter Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPCoverageFeatureClassDomain.SetTopologyFilter Method

Set topology filter.

[Visual Basic .NET]
Public Sub SetTopologyFilter ( _
    ByVal Filter As Boolean, _
    ByVal Type As esriFeatureClassTopology _
)
[C#]
public void SetTopologyFilter (
    bool Filter,
    esriFeatureClassTopology Type
);
[C++]
HRESULT SetTopologyFilter(
  VARIANT_BOOL Filter,
  esriFeatureClassTopology Type
);
[C++]

Parameters Filter [in] Filter is a parameter of type VARIANT_BOOL Type [in]
Type is a parameter of type esriFeatureClassTopology

Product Availability

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

See Also

IGPCoverageFeatureClassDomain Interface