User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.addpart_void

Table of Contents

TGIS_Shape.AddPart method

DK for Delphi | GisLayerVector.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties

Add next part to the shape.

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

Syntax

// Delphi
public
  procedure AddPart; virtual;
// C++ Builder
public:
  virtual void AddPart(void);

Remarks

Use this method to add a new part to the shape. Internal representation of a shape is same as in the SHP file. If you want to set a new geometry,this call Reset, AddPart, AddPoint...AddPoint.

See Lock for example.

References

2025/01/31 01:09

Page Tools