This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPDatasetDomain Interface > IGPDatasetDomain.SetVersionedFilter Method (ArcObjects .NET 10.4 SDK) |
Set versioned filter.
[Visual Basic .NET] Public Sub SetVersionedFilter ( _ ByVal Filter As Boolean, _ ByVal Type As Boolean _ )
[C#] public void SetVersionedFilter ( bool Filter, bool Type );
[C++]
HRESULT SetVersionedFilter(
VARIANT_BOOL Filter,
VARIANT_BOOL Type
);
[C++]
Parameters Filter [in] Filter is a parameter of type VARIANT_BOOL Type [in] Type is a parameter of type VARIANT_BOOL