DK11 for ActiveX | TatukGIS_XDK11.ITGIS_FieldValueAliasList.Item | Methods | Properties
Get item form the list.
Available also on: Python.
// C# public TGIS_FieldValueAlias Item[_index int] { get {} }
' VisualBasic Public Property Item(ByVal _index As Integer] As TGIS_FieldValueAlias Get End Get End Property
// Oxygene public property Item[ _index : Integer ] : TGIS_FieldValueAlias read;
Name | Type | Description |
---|---|---|
_index | int Integer | index of the item to be retrieved. |
Type |
---|
TGIS_FieldValueAlias |