DK for Delphi | GisLayerVector.TGIS_Shape.GetNumParts | Constructors | Fields | Methods | Properties
Retrieve the number of parts in a geometry.
// Delphi public function GetNumParts : Integer; virtual;
// C++ Builder public: virtual int GetNumParts(void);
Type | Description |
---|---|
Integer | Number of parts in a geometry. |
Use this property to get the number of parts that were added by AddPart method.