DK11 for Delphi | GisLayerVector.TGIS_ShapePolygon.PartLengthCS | Constructors | Fields | Methods | Properties
Calculate the length of a shape part.
Overrides TGIS_Shape.PartLengthCS.
// Delphi public function PartLengthCS( const _part : Integer ) : Double; override;
// C++ Builder public: virtual double PartLengthCS( const int _part );
Name | Type | Description |
---|---|---|
_part | Integer | number of the part closest to a given point |
Type | Description |
---|---|
Double | Part length in meters (or -1 if map units if CS is not defined). |