DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Join | Methods | Properties
Joins the current shape to another given shape (excluding TGIS_ShapePoint).
// C# public ITGIS_Shape Join( ITGIS_Shape _shape );
' VisualBasic Public Function Join( ByVal _shape As ITGIS_Shape ) As ITGIS_Shape
// Oxygene public function Join( _shape : ITGIS_Shape ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to join |
Type | Description |
---|---|
ITGIS_Shape | Returns newly created shape. |
First part of _shape is added to last part.