DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Split | Constructors | Fields | Methods | Properties
Splits a multipart shape into parts.
// C# public TGIS_ShapeList Split();
' VisualBasic Public Function Split() As TGIS_ShapeList
// Oxygene public function Split : TGIS_ShapeList;
Type | Description |
---|---|
TGIS_ShapeList | Newly created list of parts. |
If a shape is single part, a main part is returned.