DK11 for Delphi | GisLayerVector.TGIS_Shape.GetPartSize | Constructors | Fields | Methods | Properties
Calculates the count of points in a given part
// Delphi public function GetPartSize( const _part : Integer ) : Integer; virtual;
// C++ Builder public: virtual int GetPartSize( const int _part );
Name | Type | Description |
---|---|---|
_part | Integer | part number |
Type | Description |
---|---|
Integer | Number of points in a part. |