Click or drag to resize

LTComponentCollectionItem(Int32) Property

Gets the item with the specified index

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public LTComponent this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

LTComponent

Implements

IListTItemInt32
See Also