This document is archived and information here might be outdated. Recommended version. |
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