DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ShapePolygon.Split_2 | Methods | Properties
Splits a multipart polygon shape into parts.
// C# public ITGIS_ShapeList Split_2( WordBool _keep_holes );
' VisualBasic Public Function Split_2( ByVal _keep_holes As WordBool ) As ITGIS_ShapeList
// Oxygene public function Split_2( _keep_holes : WordBool ) : ITGIS_ShapeList;
Name | Type | Description |
---|---|---|
_keep_holes | WordBool | if True, polygons with holes are not split; if False, all parts are split |
Type | Description |
---|---|
ITGIS_ShapeList | Newly created list of parts. |
If a shape is single part, a main part is returned.