User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getnumparts_void

Table of Contents

TGIS_Shape.GetNumParts method

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

Retrieve the number of parts in a geometry.

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

Syntax

// Delphi
public
  function GetNumParts : Integer; virtual;
// C++ Builder
public:
  virtual int GetNumParts(void);

Result

Type Description
Integer Number of parts in a geometry.

Remarks

Use this property to get the number of parts that were added by AddPart method.

2025/01/31 01:09

Page Tools