User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.setparttype_integer_tgis_parttype

Table of Contents

TGIS_Shape.SetPartType method

DK for Java | tatukgis.jdk.TGIS_Shape.SetPartType | Constructors | Fields | Methods | Properties

Set the type of a part.

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

Syntax

// Java
public void SetPartType(
  int _part,
  TGIS_PartType _type
);
// Oxygene
public
  procedure SetPartType(
    _part : Integer;
    _type : TGIS_PartType
  ); virtual;

Parameters

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

Page Tools