DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Assign_ | Methods | Properties
Copy geometry and attribute data from another shape.
// C# public void Assign_( ITGIS_Shape _source );
' VisualBasic Public Sub Assign_( ByVal _source As ITGIS_Shape )
// Oxygene public procedure Assign_( _source : ITGIS_Shape );
| Name | Type | Description |
|---|---|---|
| _source | ITGIS_Shape | Source shape to copy from. |
PURPOSE: Performs a deep copy of shape content so the current shape becomes a duplicate of the source shape.
BEHAVIOR: Replaces current geometry, fields, and related shape data with copies from _source.
USAGE: Use this method to duplicate shape content into an existing shape instance of a compatible geometry type.
CONSTRAINTS: Source and destination must be compatible shape types or an exception is raised.