This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMSDHelper Interface > IMSDHelper.SaveAs Method (ArcObjects .NET 10.4 SDK) |
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