User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shapepolygon.create_tgis_dimensiontype

Table of Contents

TGIS_ShapePolygon.Create(TGIS_DimensionType) constructor

DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.Create | Overloads | Constructors | Fields | Methods | Properties

Create a shape instance.

Available also on: .NET | Java | Python.

Overrides TGIS_Shape.Create.

Syntax

// Delphi
public
  constructor Create(
    const _dim : TGIS_DimensionType
  ); overload; override;
// C++ Builder
Create (
  TGIS_DimensionType* const _dim
);

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.

2022/11/16 01:22

Page Tools