User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstractlist.wktobject

Table of Contents

TGIS_CSAbstractList.WKTObject property

DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.WKTObject | Constructors | Methods | Properties

Default property for retrieving list element.

Available also on: Delphi | Java | ActiveX | 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:28

Page Tools