ArcObjects Library Reference  (GeoDatabase)    

IVersionedObject.Version Property

The object's current version.

[Visual Basic 6.0]
Property Version As IVersion
[Visual Basic .NET]
Public ReadOnly Property Version As IVersion
[C#]
public IVersion Version {get;}
[Java]
public IVersion getVersion()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Version(
  IVersion** Version
);
[C++]

Parameters

Version [out, retval]

  Version is a parameter of type IVersion

Product Availability

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

Remarks

The Version method returns an IVersion object that is the current version the object references. This provides a mechanism to easily detect the version of the database that an object references.

See Also

IVersionedObject Interface

Example

Version Example

 


Feedback Send feedback on this page