Click or drag to resize

DocumentCollectionCreateEmptyDoc Method

Loads an empty default Document

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Document CreateEmptyDoc(
	bool show,
	bool createAlways
)

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