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


IActionSetup.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionSetup Interface > IActionSetup.Initialize Method
ArcGIS Developer Help

IActionSetup.Initialize Method

Initialize the Base or Child Action.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal bstrDeveloperName As String, _
    ByVal bstrTypeDescription As String, _
    ByVal dVersion As Double _
)
[C#]
public void Initialize (
    string bstrDeveloperName,
    string bstrTypeDescription,
    double dVersion
);
[C++]
HRESULT Initialize(
  BSTR bstrDeveloperName,
  BSTR bstrTypeDescription,
  double dVersion
);
[C++]
Parameters
bstrDeveloperName [in]

bstrDeveloperName is a parameter of type BSTR bstrTypeDescription [in]
bstrTypeDescription is a parameter of type BSTR dVersion [in]
dVersion is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IActionSetup Interface