This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdServer Interface > IMxdServer.Start Method (ArcObjects .NET 10.5 SDK) |
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