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 of a shape given by _shp. Only the part given by _part will be in edit mode.

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 be edited
_part int
Integer
part in _shape to be edited
2025/01/31 01:03

Page Tools