ArcObjects Library Reference (Carto)  

IAction.Version Property

Allows user to retrieve the version number for this action.

[Visual Basic .NET]
Public ReadOnly Property Version As Double
[C#]
public double Version {get;}
[C++]
HRESULT get_Version(
  double* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type double

Product Availability

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

See Also

IAction Interface