User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csunitslist.units

Table of Contents

TGIS_CSUnitsList.Units property

DK11 for .NET | TatukGIS.NDK.TGIS_CSUnitsList.Units | Constructors | Methods | Properties

Default property for retrieving unit.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public TGIS_CSUnits Units[_idx int]
{
  get {}
}
' VisualBasic
Public Property Units(ByVal  _idx As Integer] As TGIS_CSUnits
  Get
  End Get
End Property
// Oxygene
public
  property Units[ _idx : Integer ] : TGIS_CSUnits read;

Parameters

Name Type Description
_idx int
Integer
position on the list

Value

2022/11/16 01:29

Page Tools