User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.addshape_tgis_shape

TGIS_LayerVector.AddShape(TGIS_Shape) method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.AddShape | Overloads | Constructors | Fields | Methods | Properties | Events

Adds a copy of shape and makes it editable.

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_Shape shape to be added

Result

Type Description
TGIS_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:34

Page Tools