User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.create_void

Table of Contents

TGIS_Shape.TGIS_Shape() constructor

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Create | Overloads | Constructors | Fields | Methods | Properties

Create a shape instance.

Available also on: Delphi | Java | Python.

Syntax

// C#
public TGIS_Shape();
' VisualBasic
Public Sub New()
// Oxygene
public
  constructor ;

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.

2024/12/20 22:23

Page Tools