DocumentCollectionIsDocumentOpen Method |
Checks if a
Document with the same filename is already open.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool IsDocumentOpen(
string filename,
bool show
)
Public Function IsDocumentOpen (
filename As String,
show As Boolean
) As Boolean
Parameters
- filename
- Type: SystemString
filename - show
- Type: SystemBoolean
If true the main window of the document will be activated
Return Value
Type:
Boolean
See Also