Click or drag to resize

DocumentCollectionCreateDocLicensed(String, Boolean, Boolean, Object) Method

Loads a Document from the specified filename with specified runtime licenses (VBScript compatible version)

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Document CreateDocLicensed(
	string filename,
	bool show,
	bool createAlways,
	Object runtimeLicenseCollection
)

Parameters

filename  String
 
show  Boolean
 
createAlways  Boolean
 
runtimeLicenseCollection  Object
 

Return Value

Document
See Also