User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.copyfields_tgis_shape

Table of Contents

TGIS_Shape.CopyFields method

DK11 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.

2023/08/09 01:59

Page Tools