DK for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstract.Assign_ | Methods | Properties
Copies the shared definition fields from another object.
// C# public void Assign_( ITBaseObject _source );
' VisualBasic Public Sub Assign_( ByVal _source As ITBaseObject )
// Oxygene public procedure Assign_( _source : ITBaseObject );
| Name | Type | Description |
|---|---|---|
| _source | ITBaseObject | 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.