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


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

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 bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMSDHelper Interface