DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getNativeValue | Constructors | Fields | Methods | Properties | Events
Internal use only. For reading original grid value of point.
// Delphi protected function getNativeValue( const _pt : TPoint; const _ar : TGIS_DoubleArray ) : Boolean; virtual;
// C++ Builder protected: virtual bool getNativeValue( TPoint* const _pt, TGIS_DoubleArray* const _ar );
Name | Type | Description |
---|---|---|
_pt | TPoint | needed point |
_ar | TGIS_DoubleArray | array of float values for _pt |
Type | Description |
---|---|
Boolean | True if success |