Initializes the server from a globe document path. The path must be accessible to the server machine.
[Visual Basic 6.0] Sub Init(
ByVal docFile As String _
)
[Visual Basic .NET] Public Sub Init ( _ ByVal docFile As String _ )
[C#] public void Init ( string docFile );
[Java] public void init ( String docFile ) throws IOException, AutomationException
[C++]
HRESULT Init(
BSTR docFile
);
Parameters
docFile [in]
docFile is a parameter of type BSTR