ArcObjects Library Reference (Carto)  

IMSDHelper.Save Method

Save the mapserver defintion file.

[Visual Basic .NET]
Public Sub Save ( _
    ByVal relativePath As Boolean _
)
[C#]
public void Save (
    bool relativePath
);
[C++]
HRESULT Save(
  VARIANT_BOOL relativePath
);
[C++]

Parameters

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