DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Split | Methods | Properties
Splits a multipart shape into parts.
// C# public ITGIS_ShapeList Split();
' VisualBasic Public Function Split() As ITGIS_ShapeList
// Oxygene public function Split : ITGIS_ShapeList;
Type | Description |
---|---|
ITGIS_ShapeList | Newly created list of parts. |
If a shape is single part, a main part is returned.