This document is archived and information here might be outdated. Recommended version. |
Initializes the map server with an mxd file stored at the specified path. The path must be able to be located by the server machine.
[Visual Basic .NET]
Public Sub Start ( _
ByVal mxdPath As String _
)
[C#]
public void Start (
string mxdPath
);
[C++]
HRESULT Start(
BSTR mxdPath
);
[C++] Parameters mxdPath [in]
mxdPath is a parameter of type BSTR