DocumentCollectionCreateDoc Method |
Loads a
Document from the specified filename.
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Document CreateDoc(
string filename,
bool show,
bool createAlways
)
Public Function CreateDoc (
filename As String,
show As Boolean,
createAlways As Boolean
) As Document
Parameters
- filename
- Type: SystemString
- 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:
DocumentSee Also