User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.setparttype_integer_tgis_parttype

Table of Contents

TGIS_Shape.SetPartType method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.SetPartType | Constructors | Fields | Methods | Properties

Set the type of a part.

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

Syntax

// C#
public virtual void SetPartType(
  int _part,
  TGIS_PartType _type
);
' VisualBasic
Public Overridable Sub SetPartType(
  ByVal _part As Integer,
  ByVal _type As TGIS_PartType
)
// Oxygene
public
  procedure SetPartType(
    _part : Integer;
    _type : TGIS_PartType
  ); virtual;

Parameters

Name Type Description
_part int
Integer
part number
_type TGIS_PartType part type
2022/11/16 01:35

Page Tools