This document is archived and information here might be outdated.  Recommended version.


IMxdServer.Start Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMxdServer Interface > IMxdServer.Start Method
ArcGIS Developer Help

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