User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.addshape_itgis_shape

ITGIS_LayerVector.AddShape method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.AddShape | Methods | Properties

Adds a copy of shape and makes it editable.

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

Syntax

// C#
public ITGIS_Shape AddShape(
  ITGIS_Shape _shape
);
' VisualBasic
Public Function AddShape(
  ByVal _shape As ITGIS_Shape
) As ITGIS_Shape
// Oxygene
public
  function AddShape(
    _shape : ITGIS_Shape
  ) : ITGIS_Shape;

Parameters

Name Type Description
_shape ITGIS_Shape shape to be added

Result

Type Description
ITGIS_Shape Created copy of shape or nil.

Remarks

This function creates a copy of a shape passed as a parameter.

References

2022/11/16 01:10

Page Tools