User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getparttype_integer

Table of Contents

TGIS_Shape.GetPartType method

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

Get the type of a part.

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

Syntax

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

Parameters

Name Type Description
_part Integer part number

Result

Type Description
TGIS_PartType Type of the part.
2022/11/16 01:22

Page Tools