User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_shape.copyfields_tgis_shape

Table of Contents

TGIS_Shape.CopyFields method

DK for Python | tatukgis_pdk.TGIS_Shape.CopyFields | Constructors | Methods | Properties

Copy fields structure.

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

Syntax

# Python
def CopyFields(
  self,
  _shape: TGIS_Shape
) -> None: 

Parameters

Name Type Description
_shape TGIS_Shape shape with fields to copy

Remarks

Use this method to copy fields for given _shape. When we create a new shape and want to use an existing field structure, CopyFields method makes all for us. See example.

2025/01/31 01:23

Page Tools