User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_materials.resize_integer

Table of Contents

TGIS_Materials.Resize method

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

Resize materials array.

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

Syntax

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

Parameters

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

Page Tools