DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Assign | Constructors | Fields | Methods | Properties
Assign values from a given shape.
// C# public void Assign( TGIS_Shape _source );
' VisualBasic Public Sub Assign( ByVal _source As TGIS_Shape )
// Oxygene public procedure Assign( _source : TGIS_Shape );
Name | Type | Description |
---|---|---|
_source | TGIS_Shape | Given shape. Must be same shape as current object. |