Save a copy of the open mapserver definition file at the specified location with the specified name.
[Visual Basic .NET] Public Sub SaveAs ( _ ByVal Path As String, _ ByVal relativePath As Boolean _ )
[C#] public void SaveAs ( string Path, bool relativePath );
[C++]
HRESULT SaveAs(
BSTR Path,
VARIANT_BOOL relativePath
);
[C++]Parameters
Path [in] Path is a parameter of type BSTR relativePath [in] relativePath is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.