This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionSetup Interface > IActionSetup.Initialize Method (ArcObjects .NET 10.4 SDK) |
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