Click or drag to resize

DocumentCollection Class

List of all available Documents
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInDocumentCollection

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public sealed class DocumentCollection : BaseObject, 
	IEnumerable<Document>, IEnumerable, IList, ICollection

The DocumentCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of documents in the collection
Public propertyIsFixedSize Not supported, yet.
Public propertyIsReadOnly If true, the user cannot modify the component.
Public propertyIsSynchronized Not supported, yet.
Public propertyItem Gets a Document from the list.
Public propertySyncRoot Not supported, yet.
Top
Methods
 NameDescription
Public methodAdd Not supported, yet.
Public methodClear Not supported, yet.
Public methodContains Not supported, yet.
Public methodCopyTo Copies the DocumentCollection from a specified position to a specified array.
Public methodCreateDoc Loads a Document from the specified filename.
Public methodCode exampleCreateDocLicensed(String, Boolean, Boolean, RuntimeLicenseCollection) Loads a Document from the specified filename with specified runtime licenses.
Public methodCreateDocLicensed(String, Boolean, Boolean, Object) Loads a Document from the specified filename with specified runtime licenses (VBScript compatible version)
Public methodCreateEmptyDoc Loads an empty default Document
Public methodCreateRuntimeLicenseCollection Creates a new instance of RuntimeLicenseCollection
Public methodGetEnumerator Enumerates through the list of documents.
Public methodIndexOf Gets the index of specified document.
Public methodInsert Not supported, yet.
Public methodIsDocumentOpen Checks if a Document with the same filename is already open.
Public methodRemove Not supported, yet.
Public methodRemoveAt Not supported, yet.
Top
Events
 NameDescription
Public eventDocumentAdded Fired when an document is added
Public eventDocumentRemoved Fired when an document is removed
Top
See Also