Application.Initialize(ByVal WDIRPath As String, ByVal LicensePath As String) As Long
The value of the WDIR environment variable. The WDIR variable specifies the paths that Xpedition Designer searches on initialization for scripts. These paths can exist anywhere on your network.
The value of the LM_LICENSE_FILE variable.
As Long. Returns True if the initialization was successful. Returns False otherwise.
The application must do some initialization at startup. When started by an automation client, the initialization is delayed until the client calls Initialize so that the client can pass the correct environment to Xpedition Designer. If you start Xpedition Designer you must make this call before accessing any properties or calling any other methods.