DK for Delphi | GisLayerVector.TGIS_Shape.Split | Constructors | Fields | Methods | Properties
Splits a multipart shape into parts.
// Delphi public function Split : TGIS_ShapeList; overload;
// C++ Builder public: TGIS_ShapeList* Split(void) /* overload */;
| Type | Description |
|---|---|
| TGIS_ShapeList | Newly created list of parts. |
If a shape is single part, a main part is returned.