User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.createpart_itgis_point3d

Table of Contents

IGIS_Editor.CreatePart method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.CreatePart | Methods | Properties

Create and activate the editing procedure for a new part for the current shape.

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

Syntax

// C#
public void CreatePart(
  ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub CreatePart(
  ByVal _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure CreatePart(
    _ptg : ITGIS_Point3D
  );

Parameters

Name Type Description
_ptg ITGIS_Point3D "starting" point of a new part to be created; expected Viewer coordinate system
2025/01/31 01:03

Page Tools