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: 11.2.0.0
Syntaxpublic 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:
Boolean
See Also