DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Union | Methods | Properties
Compute an union with shape provided.
// C# public ITGIS_Shape Union( ITGIS_Shape _shape );
' VisualBasic Public Function Union( ByVal _shape As ITGIS_Shape ) As ITGIS_Shape
// Oxygene public function Union( _shape : ITGIS_Shape ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to compute union with |
Type | Description |
---|---|
ITGIS_Shape | Newly created shape. |
Internally it uses Combine method of TGIS_Topology class. See Combine for similar example.