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


IAction.Version Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAction Interface > IAction.Version Property
ArcGIS Developer Help

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(
  System.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