DK11 for .NET | TatukGIS.NDK.TGIS_VariantList.Items | Methods | Properties
Get/set an list item.
// C# public Variant Items[_index int] { get {} set {} }
' VisualBasic Public Property Items(ByVal _index As Integer] As Variant Get End Get Set(ByVal value As Variant) End Set End Property
// Oxygene public property Items[ const _index : Integer ] : Variant read read;
Name | Type | Description |
---|---|---|
_index | int Integer | position in the list |
Type |
---|
Variant |