User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.copygeometry_tgis_shape

Table of Contents

TGIS_Shape.CopyGeometry method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.CopyGeometry | Constructors | Fields | Methods | Properties

Copy geometry.

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

Syntax

// C#
public virtual void CopyGeometry(
  TGIS_Shape _shape
);
' VisualBasic
Public Overridable Sub CopyGeometry(
  ByVal _shape As TGIS_Shape
)
// Oxygene
public
  procedure CopyGeometry(
    _shape : TGIS_Shape
  ); virtual;

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

2022/11/16 01:35

Page Tools