DK for .NET | TatukGIS.NDK.TGIS_CSTransformAbstract.Assign | Constructors | Methods | Properties
Copies the shared definition fields from another object.
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;
| Name | Type | Description |
|---|---|---|
| _source | Object TObject | Source object from which values are copied. |
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.