DK for Delphi | GisInterfaces.IGIS_HierarchyManager.InsertLayer | Methods | Properties
Add a layer to groups.
// Delphi public procedure InsertLayer( const _layer : TGIS_LayerAbstract; const _index : Integer );
// C++ Builder public: void InsertLayer( TGIS_LayerAbstract* const _layer, const int _index ) = 0;
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer handle |
_index | Integer | insert index |