User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstract.Assign method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstract.Assign | Constructors | Methods | Properties

Copy content of the provided object into a current object

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

Syntax

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

Parameters

Name Type Description
_source TObject object form which content will be copied
2022/11/16 01:28

Page Tools