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