User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.copyfields_itgis_shape

Table of Contents

ITGIS_Shape.CopyFields method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CopyFields | Methods | Properties

Copy fields structure.

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

Syntax

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

Parameters

Name Type Description
_shape ITGIS_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:11

Page Tools