User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.add__itgis_csabstract

Table of Contents

ITGIS_CSAbstractList.Add_ method

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

Add new item into the list.

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

Syntax

// C#
public ITGIS_CSAbstract Add_(
  ITGIS_CSAbstract _obj
);
' VisualBasic
Public Function Add_(
  ByVal _obj As ITGIS_CSAbstract
) As ITGIS_CSAbstract
// Oxygene
public
  function Add_(
    _obj : ITGIS_CSAbstract
  ) : ITGIS_CSAbstract;

Parameters

Name Type Description
_obj ITGIS_CSAbstract object to be added

Result

Type Description
ITGIS_CSAbstract Object itself.
2022/11/16 01:08

Page Tools