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


IMSDHelper.SaveAs Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMSDHelper.SaveAs Method

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.

See Also

IMSDHelper Interface