DocumentCollection Class |
Namespace: Easymap.AddIn
The DocumentCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of documents in the collection
| |
IsFixedSize |
Not supported, yet.
| |
IsReadOnly |
If true, the user cannot modify the component.
| |
IsSynchronized |
Not supported, yet.
| |
Item |
Gets a Document from the list.
| |
SyncRoot |
Not supported, yet.
|
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.
|
Name | Description | |
---|---|---|
DocumentAdded |
Fired when an document is added
| |
DocumentRemoved |
Fired when an document is removed
|