User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getintersection_2_itgis_extent_wordbool

Table of Contents

ITGIS_Shape.GetIntersection_2 method

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

Cut the shape in a defined extent.

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

Syntax

// C#
public ITGIS_Shape GetIntersection_2(
  ITGIS_Extent _extent,
  WordBool _draft
);
' VisualBasic
Public Function GetIntersection_2(
  ByVal _extent As ITGIS_Extent,
  ByVal _draft As WordBool
) As ITGIS_Shape
// Oxygene
public
  function GetIntersection_2(
    _extent : ITGIS_Extent;
    _draft : WordBool
  ) : ITGIS_Shape;

Parameters

Name Type Description
_extent ITGIS_Extent extent to be cut with
_draft WordBool if true, then operation will be perform much faster; resulting shape may be topologically improper; used mainly for internal drawing purposes

Result

Type Description
ITGIS_Shape Normalized shape (a new copy).
2022/11/16 01:11

Page Tools