Click or drag to resize

DocumentClose(Boolean) Method

Close the Document.

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

Parameters

save  Boolean
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

Boolean
See Also