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


IGPDatasetDomain.FilterCanVersionType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPDatasetDomain.FilterCanVersionType Property

Indicates whether to filter datasets that can or can not be versioned.

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

Parameters pType [out, retval] pType is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPDatasetDomain Interface