DocumentCollectionCreateDocLicensed Method (String, Boolean, Boolean, Object) | 
  
    Namespace: 
   Easymap.AddIn
    Assembly:
   EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.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
 - Type: SystemString
 - show
 - Type: SystemBoolean
 - createAlways
 - Type: SystemBoolean
 - runtimeLicenseCollection
 - Type: SystemObject
 
Return Value
Type: 
Document
See Also