User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getpartsize_integer

Table of Contents

TGIS_Shape.GetPartSize method

DK11 for Delphi | GisLayerVector.TGIS_Shape.GetPartSize | Constructors | Fields | Methods | Properties

Calculates the count of points in a given part

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

Syntax

// Delphi
public
  function GetPartSize(
    const _part : Integer
  ) : Integer; virtual;
// C++ Builder
public:
  virtual int GetPartSize(
    const int _part
  );

Parameters

Name Type Description
_part Integer part number

Result

Type Description
Integer Number of points in a part.
2024/12/20 22:19

Page Tools