User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.combine_itgis_shape_tgis_topologycombinetype

Table of Contents

ITGIS_Shape.Combine method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Combine | Methods | Properties

Compute a new shape from self and shape provided, based on a given operation.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

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)

Result

Type Description
ITGIS_Shape Newly created shape.

Remarks

Internally it uses Combine method of TGIS_Topology class.

2022/11/16 01:11

Page Tools