User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_cstransformabstract.assign_tobject

Table of Contents

TGIS_CSTransformAbstract.Assign method

DK for .NET | TatukGIS.NDK.TGIS_CSTransformAbstract.Assign | Constructors | Methods | Properties

Copies the shared definition fields from another object.

Available also on: Delphi | Java.

Syntax

Overrides TGIS_CSAbstract.Assign.

// C#
public override void Assign(
  Object _source
);
' VisualBasic
Public Overrides Sub Assign(
  ByVal _source As Object
)
// Oxygene
public
  procedure Assign(
    _source : TObject
  ); override;

Parameters

Name Type Description
_source Object
TObject
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:56

Page Tools