DK11 for Delphi | GisLayerVector.TGIS_LayerVector.getShapePos | Constructors | Fields | Methods | Properties | Events
Get shape using bisection.
// Delphi protected function getShapePos( const _uid : TGIS_Uid; var _ipos : Integer ) : Boolean; virtual;
// C++ Builder protected: virtual bool getShapePos( TGIS_Uid* const _uid, int &_ipos );
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | identifier /same as current record for SHP file/ |
_ipos | Integer | position of the located element or position in which to insert |
Type | Description |
---|---|
Boolean | True if shape was found. |