DocumentCollectionCreateEmptyDoc Method |
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Document CreateEmptyDoc(
bool show,
bool createAlways
)
Public Function CreateEmptyDoc (
show As Boolean,
createAlways As Boolean
) As Document
Parameters
- show Boolean
- True to show the main window of the document
- createAlways Boolean
- If True the document will be always created
Return Value
Document
See Also