ArcObjects Library Reference  (Carto)    

IMapAdmin.FireChangeVersion Method

Notifies listeners that a version in the map changed.

[Visual Basic 6.0]
Sub FireChangeVersion(
    ByVal oldVersion As IVersion, _
    ByVal newVersion As IVersion _
)
[Visual Basic .NET]
Public Sub FireChangeVersion ( _
    ByVal oldVersion As IVersion, _
    ByVal newVersion As IVersion _
)
[C#]
public void FireChangeVersion (
    IVersion oldVersion,
    IVersion newVersion
);
[Java]
public void fireChangeVersion (
    IVersion oldVersion,
    IVersion newVersion
)
throws
    IOException,
    AutomationException
[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

IMapAdmin Interface

 


Feedback Send feedback on this page