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


IGPDatasetDomain.FilterVersionedType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPDatasetDomain.FilterVersionedType Property

Indicates whether to filter versioned or non-versioned datasets.

[Visual Basic .NET]
Public ReadOnly Property FilterVersionedType As Boolean
[C#]
public bool FilterVersionedType {get;}
[C++]
HRESULT get_FilterVersionedType(
  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