Click or drag to resize

RuntimeLicenseCollection Class

A list of runtime licenses.
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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.
Examples
See Also