User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.setparttype_integer_tgis_parttype

Table of Contents

TGIS_Shape.SetPartType method

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

Set the type of a part.

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

Syntax

// Delphi
public
  procedure SetPartType(
    const _part : Integer;
    const _type : TGIS_PartType
  ); virtual;
// C++ Builder
public:
  virtual void SetPartType(
    const int _part,
    TGIS_PartType* const _type
  );

Parameters

Name Type Description
_part Integer part number
_type TGIS_PartType part type
2025/01/31 01:09

Page Tools