Click or drag to resize

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
Syntax
public bool Save(
	bool saveAs
)

Parameters

saveAs
Type: SystemBoolean
(Optional) Always display the SaveAs file dialog.

Return Value

Type: Boolean
See Also