DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Combine | Methods | Properties
Compute a new shape from self and shape provided, based on a given operation.
// C# public ITGIS_Shape Combine( ITGIS_Shape _shape, TGIS_TopologyCombineType _operation );
' VisualBasic Public Function Combine( ByVal _shape As ITGIS_Shape, ByVal _operation As TGIS_TopologyCombineType ) As ITGIS_Shape
// Oxygene public function Combine( _shape : ITGIS_Shape; _operation : TGIS_TopologyCombineType ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_shape | ITGIS_Shape | shape to combine with |
_operation | TGIS_TopologyCombineType | operation code; what kind of operation should be perform between (current shape) and (_shape) |
Type | Description |
---|---|
ITGIS_Shape | Newly created shape. |
Internally it uses Combine method of TGIS_Topology class.