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: 12.0.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