User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.wktobject

Table of Contents

ITGIS_CSAbstractList.WKTObject property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.WKTObject | Methods | Properties

Default property for retrieving list element.

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

Syntax

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

Parameters

Name Type Description
_idx int
Integer
position on the list

Value

2022/11/16 01:08

Page Tools