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


IVersionedView.HasVersionedView Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedView Interface > IVersionedView.HasVersionedView Property
ArcGIS Developer Help

IVersionedView.HasVersionedView Property

Does the table have a versioned view.

[Visual Basic .NET]
Public ReadOnly Property HasVersionedView As Boolean
[C#]
public bool HasVersionedView {get;}
[C++]
HRESULT get_HasVersionedView(
  Boolean* HasVersionedView
);
[C++]
Parameters
HasVersionedView [out, retval]

HasVersionedView is a parameter of type bool*

Product Availability

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

Remarks

Returns True if the versioned object is associated with a versioned view; Returns False if no versioned view exists for the versioned object.

See Also

IVersionedView Interface