Click or drag to resize

DocumentClose Method (Boolean)

Close the Document.

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Close(
	bool save
)

Parameters

save
Type: SystemBoolean
True to save the document (overrides the modified flag). If the filename is not set (see Filename Property) the SaveAs Dialog is displayed.

Return Value

Type: Boolean
See Also