Click or drag to resize

DocumentCollectionCreateEmptyDoc Method

Loads an empty default Document

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

Parameters

show
Type: SystemBoolean
True to show the main window of the document
createAlways
Type: SystemBoolean
If True the document will be always created

Return Value

Type: Document
See Also