Inheritance Hierarchy Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic sealed class DocumentCollection : BaseObject,
IEnumerable<Document>, IEnumerable, IList, ICollection
Public NotInheritable Class DocumentCollection
Inherits BaseObject
Implements IEnumerable(Of Document), IEnumerable,
IList, ICollection
The DocumentCollection type exposes the following members.
Properties
Methods| | Name | Description |
|---|
 | Add |
Not supported, yet.
|
 | Clear |
Not supported, yet.
|
 | Contains |
Not supported, yet.
|
 | CopyTo |
Copies the DocumentCollection from a specified position to a specified array.
|
 | CreateDoc |
Loads a Document from the specified filename.
|
  | CreateDocLicensed(String, Boolean, Boolean, RuntimeLicenseCollection) |
Loads a Document from the specified filename with specified runtime licenses.
|
 | CreateDocLicensed(String, Boolean, Boolean, Object) |
Loads a Document from the specified filename with specified runtime licenses (VBScript compatible version)
|
 | CreateEmptyDoc |
Loads an empty default Document |
 | CreateRuntimeLicenseCollection |
Creates a new instance of RuntimeLicenseCollection |
 | GetEnumerator |
Enumerates through the list of documents.
|
 | IndexOf |
Gets the index of specified document.
|
 | Insert |
Not supported, yet.
|
 | IsDocumentOpen |
Checks if a Document with the same filename is already open.
|
 | Remove |
Not supported, yet.
|
 | RemoveAt |
Not supported, yet.
|
Top
Events
See Also