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


IMapAdmin3.FireChangeVersion Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin3 Interface > IMapAdmin3.FireChangeVersion Method
ArcGIS Developer Help

IMapAdmin3.FireChangeVersion Method

Notifies listeners that a version in the map changed.

[Visual Basic .NET]
Public Sub FireChangeVersion ( _
    ByVal oldVersion As IVersion, _
    ByVal newVersion As IVersion _
)
[C#]
public void FireChangeVersion (
    IVersion oldVersion,
    IVersion newVersion
);
[C++]
HRESULT FireChangeVersion(
  IVersion* oldVersion,
  IVersion* newVersion
);
[C++]
Parameters
oldVersion [in]

oldVersion is a parameter of type IVersion* newVersion [in]
newVersion is a parameter of type IVersion*

Product Availability

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

See Also

IMapAdmin3 Interface