ArcObjects Library Reference (Carto)  

IMxdServer.Start Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMxdServer Interface