User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_topology.arcsplitoncross_itgis_shapearc_itgis_objectlist

Table of Contents

ITGIS_Topology.ArcSplitOnCross method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Topology.ArcSplitOnCross | Methods | Properties

Return a copy of _shp divided into parts in crossing points with shapes from the list. Ensure proper order and orientation of sections (last point of previous is first of next one).

Available also on: Delphi | Java | Python.

Syntax

// C#
public ITGIS_ShapeArc ArcSplitOnCross(
  ITGIS_ShapeArc _shp,
  ITGIS_ObjectList _shplist
);
' VisualBasic
Public Function ArcSplitOnCross(
  ByVal _shp As ITGIS_ShapeArc,
  ByVal _shplist As ITGIS_ObjectList
) As ITGIS_ShapeArc
// Oxygene
public
  function ArcSplitOnCross(
    _shp : ITGIS_ShapeArc;
    _shplist : ITGIS_ObjectList
  ) : ITGIS_ShapeArc;

Parameters

Name Type Description
_shp ITGIS_ShapeArc shape to divide
_shplist ITGIS_ObjectList a list of Arcs or Polygons

Result

Type Description
ITGIS_ShapeArc returns copy of _shp divided into parts in crossing points with shapes from the list
2022/11/30 19:10

Page Tools