User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.Add method

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

Add new item into the list.

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

Syntax

// C#
public virtual TGIS_CSAbstract Add(
  TGIS_CSAbstract _obj
);
' VisualBasic
Public Overridable Function Add(
  ByVal _obj As TGIS_CSAbstract
) As TGIS_CSAbstract
// 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.
2022/11/16 01:28

Page Tools