DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Join | Methods | Properties
Joins this shape with another shape and returns the combined shape.
// 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 append to this shape. |
| Type | Description |
|---|---|
| ITGIS_Shape | A newly created shape containing the joined geometry. |
PURPOSE: Combines compatible vector geometries into a single result for editing and geometry construction workflows.
BEHAVIOR: Creates a new shape that contains geometry from this shape and _shape without modifying the original source shape.
CONSTRAINTS: Not applicable to TGIS_ShapePoint. The caller owns the returned shape.