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


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

IActionGEN.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. Requires Tracking Analyst Extension.

See Also

IActionGEN Interface