User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CopyFields method

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

Copy fields structure.

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

Syntax

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

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.

2022/11/16 01:35

Page Tools