DocumentCollectionItem Property |
Gets a Document from the list.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic Document this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As Document
Get
Parameters
- index Int32
-
Property Value
Document
See Also