User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.copygeometry_tgis_shape

Table of Contents

TGIS_Shape.CopyGeometry method

DK for Delphi | GisLayerVector.TGIS_Shape.CopyGeometry | Constructors | Fields | Methods | Properties

Copy geometry.

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

Syntax

// Delphi
public
  procedure CopyGeometry(
    const _shape : TGIS_Shape
  ); virtual;
// C++ Builder
public:
  virtual void CopyGeometry(
    TGIS_Shape* const _shape
  );

Parameters

Name Type Description
_shape TGIS_Shape shape with geometry to copy

Remarks

Use this method to copy geometry from other object. Can be used to safely change Polygon to Arc geometry etc.

References

2025/01/31 01:09

Page Tools