This document is archived and information here might be outdated. Recommended version. |
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 bool Type [in]
Type is a parameter of type esriFeatureClassTopology