DocumentSave Method (Boolean) |
Saves the document to the file specified by the Filename property.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool Save(
bool saveAs
)
Public Function Save (
saveAs As Boolean
) As Boolean
Parameters
- saveAs
- Type: SystemBoolean
(Optional) Always display the SaveAs file dialog.
Return Value
Type:
BooleanSee Also