DocumentSave(Boolean) Method |
Saves the document to the file specified by the Filename property.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool Save(
bool saveAs
)
Public Function Save (
saveAs As Boolean
) As Boolean
Parameters
- saveAs Boolean
- (Optional) Always display the SaveAs file dialog.
Return Value
Boolean
See Also