Click or drag to resize

DocumentCollectionCreateDocLicensed Method (String, Boolean, Boolean, Object)

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: 11.2.0.0
Syntax
public Document CreateDocLicensed(
	string filename,
	bool show,
	bool createAlways,
	Object runtimeLicenseCollection
)

Parameters

filename
Type: SystemString
show
Type: SystemBoolean
createAlways
Type: SystemBoolean
runtimeLicenseCollection
Type: SystemObject

Return Value

Type: Document
See Also