User Tools

Site Tools


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

Table of Contents

TGIS_CSEllipsoid.Assign method

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

Copy content of the provided object into a current object

Available also on: Delphi | Java.

Syntax

Overrides TGIS_CSAbstract.Assign.

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

Parameters

Name Type Description
_source TObject object form which content will be copied
2021/12/07 08:59

Page Tools