DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyManager.MoveLayer | Methods | Properties
Move a layer from a group to another.
// C# public void MoveLayer( WideString _from, WideString _to, ITGIS_LayerAbstract _layer );
' VisualBasic Public Sub MoveLayer( ByVal _from As WideString, ByVal _to As WideString, ByVal _layer As ITGIS_LayerAbstract )
// Oxygene public procedure MoveLayer( _from : WideString; _to : WideString; _layer : ITGIS_LayerAbstract );
| Name | Type | Description |
|---|---|---|
| _from | WideString | source group name |
| _to | WideString | destination group name |
| _layer | ITGIS_LayerAbstract | layer handle |