User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.addshape_2_itgis_shape_olevariant_itgis_uidarray

Table of Contents

ITGIS_DynamicAggregatorAbstract.AddShape_2 method

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.AddShape_2 | Methods | Properties

Adds a new shape to be drawn

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

Syntax

// C#
public void AddShape_2(
  ITGIS_Shape _shape,
  OleVariant _value,
  ITGIS_UidArray _uids
);
' VisualBasic
Public Sub AddShape_2(
  ByVal _shape As ITGIS_Shape,
  ByVal _value As OleVariant,
  ByVal _uids As ITGIS_UidArray
)
// Oxygene
public
  procedure AddShape_2(
    _shape : ITGIS_Shape;
    _value : OleVariant;
    _uids : ITGIS_UidArray
  );

Parameters

Name Type Description
_shape ITGIS_Shape shape to be added be drawn
_value OleVariant aggregated value like number of aggregated shapes etc.
_uids ITGIS_UidArray list of shapes uid which shape aggregates.
2025/01/31 01:04

Page Tools