User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstract.assign__itbaseobject

Table of Contents

ITGIS_CSAbstract.Assign_ method

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

Copies the shared definition fields from another object.

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

Syntax

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

Parameters

Name Type Description
_source ITBaseObject Source object from which values are copied.

Remarks

PURPOSE: Supports copying coordinate system definition metadata between compatible objects.

BEHAVIOR: Copies the common fields defined by TGIS_CSAbstract. Descendants can override this method to copy additional subclass-specific values.

CONSTRAINTS: The source object must be compatible with the target implementation.

2026/07/11 00:08

Page Tools