Document.Close Method (Boolean) |
Close the Document.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool Close(
bool save
)
Public Function Close (
save As Boolean
) As Boolean
Parameters
- save
- Type: System.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
Type:
Boolean
See Also