DocumentClose Method (Boolean) |
Close the Document.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool Close(
bool save
)
Public Function Close (
save As Boolean
) As Boolean
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:
BooleanSee Also