Click or drag to resize

DocumentCollection.IsDocumentOpen Method

Checks if a Document with the same filename is already open.

Namespace:  Easymap.AddIn
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public bool IsDocumentOpen(
	string filename,
	bool show
)

Parameters

filename
Type: System.String
filename
show
Type: System.Boolean
If true the main window of the document will be activated

Return Value

Type: Boolean
See Also