DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.importPixelData | Constructors | Fields | Methods | Properties | Events
Imports and saves data form pixel layer.
// Delphi protected function importPixelData( const _layer : TGIS_LayerPixel ) : Boolean; virtual;
// C++ Builder protected: virtual bool importPixelData( TGIS_LayerPixel* const _layer );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerPixel | source layer |
Type | Description |
---|---|
Boolean | True if success |