DK11 for Delphi | GisInterfaces.IGIS_HierarchyGroup.InsertLayer | Methods | Properties
Insert a layer to the group as index position.
// 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 |