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.