Click or drag to resize

RuntimeLicenseCollection Class

A list of runtime licenses.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInRuntimeLicenseCollection

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class RuntimeLicenseCollection : BaseObject

The RuntimeLicenseCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of licenses in the collection
Top
Methods
 NameDescription
Public methodAdd Adds a new runtime license to the collection
Public methodClear Clears the collection
Top
Remarks
This collection is used to store runtime licenses which can be used in conjunction with CreateDocLicensed(String, Boolean, Boolean, RuntimeLicenseCollection) to open documents with licensed maps.
Example
See Also