DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Join_2 | Methods | Properties
Joins the current shape to another given shape (excluding TGIS_ShapePoint).
// C# public ITGIS_Shape Join_2( ITGIS_Shape _shape, WordBool _returnnewobj );
' VisualBasic Public Function Join_2( ByVal _shape As ITGIS_Shape, ByVal _returnnewobj As WordBool ) As ITGIS_Shape
// Oxygene public function Join_2( _shape : ITGIS_Shape; _returnnewobj : WordBool ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to join |
_returnnewobj | WordBool | if True, then result will be returned in a newly created object; if False, then self object will be returned |
Type | Description |
---|---|
ITGIS_Shape | If _returnnewobj=True, then returns newly created shape. Otherwise returns modified or unmodified self object. |
First part of _shape is added to last part.