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).
// 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;
Name | Type | Description |
---|---|---|
_shp | ITGIS_ShapeArc | shape to divide |
_shplist | ITGIS_ObjectList | a list of Arcs or Polygons |
Type | Description |
---|---|
ITGIS_ShapeArc | returns copy of _shp divided into parts in crossing points with shapes from the list |