DK for Delphi | GisInterfaces.IGIS_Viewer.AttachLayer | Methods | Properties
Attach layer to the viewer by re-parenting.
// Delphi public function AttachLayer( const _layer : TGIS_LayerAbstract ) : IGIS_Viewer;
// C++ Builder public: IGIS_Viewer* AttachLayer( TGIS_LayerAbstract* const _layer ) = 0;
| Name | Type | Description |
|---|---|---|
| _layer | TGIS_LayerAbstract | layer to be attached |
| Type | Description |
|---|---|
| IGIS_Viewer | Previous parent. |
Only for internal use of TatukGIS.