DocumentCollectionCreateDocLicensed(String, Boolean, Boolean, Object) Method |
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Document CreateDocLicensed(
string filename,
bool show,
bool createAlways,
Object runtimeLicenseCollection
)
Public Function CreateDocLicensed (
filename As String,
show As Boolean,
createAlways As Boolean,
runtimeLicenseCollection As Object
) As Document
Parameters
- filename String
-
- show Boolean
-
- createAlways Boolean
-
- runtimeLicenseCollection Object
-
Return Value
Document
See Also