User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.create__tgis_dimensiontype

Table of Contents

ITGIS_Shape.Create_ method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Create_ | Methods | Properties

Create a shape instance.

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

Syntax

// C#
public void Create_(
  TGIS_DimensionType _dim
);
' VisualBasic
Public Sub Create_(
  ByVal _dim As TGIS_DimensionType
)
// Oxygene
public
  procedure Create_(
    _dim : TGIS_DimensionType
  );

Parameters

Name Type Description
_dim TGIS_DimensionType Dimension

Remarks

For usage TGIS_LayerVector.CreateShape method is recommended instead.

Use this method to create a shape. Internally it calls Recreate method.

Example

This is a simple procedure showing how to add a shape to the layer.

2022/11/16 01:11

Page Tools