User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_partdescriptors.resize_integer

Table of Contents

TGIS_PartDescriptors.Resize method

DK11 for Delphi | GisClasses.TGIS_PartDescriptors.Resize | Methods | Properties

Resize part descriptors array.

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

Syntax

// Delphi
public
  procedure Resize(
    const _size : Integer
  );
// C++ Builder
public:
  void Resize(
    const int _size
  );

Parameters

Name Type Description
_size Integer new size
2022/11/16 01:14

Page Tools