User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.assign__itgis_shape

Table of Contents

ITGIS_Shape.Assign_ method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Assign_ | Methods | Properties

Copy geometry and attribute data from another shape.

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

Syntax

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

Parameters

Name Type Description
_source ITGIS_Shape Source shape to copy from.

Remarks

PURPOSE: Performs a deep copy of shape content so the current shape becomes a duplicate of the source shape.

BEHAVIOR: Replaces current geometry, fields, and related shape data with copies from _source.

USAGE: Use this method to duplicate shape content into an existing shape instance of a compatible geometry type.

CONSTRAINTS: Source and destination must be compatible shape types or an exception is raised.

2026/07/05 01:25

Page Tools