User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.createshape_itgis_layerabstract_itgis_point3d_tgis_shapetype

Table of Contents

IGIS_Editor.CreateShape method

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

Create and activate editing of a new shape.

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

Syntax

// C#
public void CreateShape(
  ITGIS_LayerAbstract _layer,
  ITGIS_Point3D _ptg,
  TGIS_ShapeType _type
);
' VisualBasic
Public Sub CreateShape(
  ByVal _layer As ITGIS_LayerAbstract,
  ByVal _ptg As ITGIS_Point3D,
  ByVal _type As TGIS_ShapeType
)
// Oxygene
public
  procedure CreateShape(
    _layer : ITGIS_LayerAbstract;
    _ptg : ITGIS_Point3D;
    _type : TGIS_ShapeType
  );

Parameters

Name Type Description
_layer ITGIS_LayerAbstract TGIS_Layer which will own new shape
_ptg ITGIS_Point3D "starting" 3D of a new shape to be created; expected Viewer coordinate system
_type TGIS_ShapeType type of shape to be created; it must be type supported by layer; if TGIS_DimensionType.Unknown then shape of default type will be created
2025/01/31 01:03

Page Tools