LTComponentCollectionItem(Int32) Property |
Gets the item with the specified index
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic LTComponent this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As LTComponent
Get
Set
Parameters
- index Int32
-
Property Value
LTComponentImplements
IListTItemInt32
See Also