User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.editshape_itgis_shapeabstract_integer

Table of Contents

IGIS_Editor.EditShape method

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

Starts editing the specified shape and part.

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

Syntax

// C#
public void EditShape(
  ITGIS_ShapeAbstract _shp,
  int _part
);
' VisualBasic
Public Sub EditShape(
  ByVal _shp As ITGIS_ShapeAbstract,
  ByVal _part As Integer
)
// Oxygene
public
  procedure EditShape(
    _shp : ITGIS_ShapeAbstract;
    _part : Integer
  );

Parameters

Name Type Description
_shp ITGIS_ShapeAbstract Shape to edit.
_part int
Integer
Part index in the shape to edit.
2026/07/11 00:07

Page Tools