DK11 for Delphi | GisViewer.TGIS_Viewer.AttachLayer | Constructors | Fields | Methods | Properties | Events
Attach layer to the viewer by re-parenting.
Implements IGIS_Viewer.AttachLayer.
// Delphi public function AttachLayer( const _layer : TGIS_LayerAbstract ) : IGIS_Viewer;
// C++ Builder public: IGIS_Viewer* AttachLayer( TGIS_LayerAbstract* const _layer );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer to be attached |
Type | Description |
---|---|
IGIS_Viewer | Previous parent. |
Only for internal use of TatukGIS.