User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist.add_tgis_csabstract

Table of Contents

TGIS_CSAbstractList.Add method

DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.Add | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

// Java
public TGIS_CSAbstract Add(
  TGIS_CSAbstract _obj
);
// Oxygene
public
  function Add(
    _obj : TGIS_CSAbstract
  ) : TGIS_CSAbstract; virtual;

Parameters

Name Type Description
_obj TGIS_CSAbstract object to be added

Result

Type Description
TGIS_CSAbstract Object itself.
2024/12/20 22:24

Page Tools