DK11 for Delphi | GisLayerVector.TGIS_Shape.GetNumPoints | Constructors | Fields | Methods | Properties
Retrieve a count of the points in a geometry.
// Delphi public function GetNumPoints : Integer; virtual;
// C++ Builder public: virtual int GetNumPoints(void);
Type | Description |
---|---|
Integer | Number of points in a geometry. |