ArcObjects Library Reference (GeoDatabase)  

IVersionEdit.StartEditingVersion Property

The version prior to any edits.

[Visual Basic .NET]
Public ReadOnly Property StartEditingVersion As IVersion
[C#]
public IVersion StartEditingVersion {get;}
[C++]
HRESULT get_StartEditingVersion(
  IVersion** StartEditingVersion
);
[C++]

Parameters

StartEditingVersion [out, retval]

  StartEditingVersion is a parameter of type IVersion

Product Availability

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

Remarks

The StartEditingVersion method returns an IVersion of the version that the current edit version is reconciling against. The start editing version represents the state of the database when start editing was initiated.  This provides a representation of the version which can be used to compare features or rows after the reconciliation.

The IVersion returned is not available as a workspace for editing.

This property should only be called after a Reconcile or the IVersion object will be nothing.

See Also

IVersionEdit Interface