User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_variantlist.add_variant

Table of Contents

TGIS_VariantList.Add method

DK11 for .NET | TatukGIS.NDK.TGIS_VariantList.Add | Methods | Properties

Add new item to the list.

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

Syntax

// C#
public int Add(
  Variant _val
);
' VisualBasic
Public Function Add(
  ByVal _val As Variant
) As Integer
// Oxygene
public
  function Add(
    _val : Variant
  ) : Integer; reintroduce;

Parameters

Name Type Description
_val Variant item to be added

Result

Type Description
int
Integer
position of the item
2022/11/16 01:36

Page Tools