DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup.InsertLayer | Methods | Properties
Insert a layer into the group at the specified index.
// C# public void InsertLayer( ITGIS_LayerAbstract _layer, int _index );
' VisualBasic Public Sub InsertLayer( ByVal _layer As ITGIS_LayerAbstract, ByVal _index As Integer )
// Oxygene public procedure InsertLayer( _layer : ITGIS_LayerAbstract; _index : Integer );
| Name | Type | Description |
|---|---|---|
| _layer | ITGIS_LayerAbstract | Layer handle. |
| _index | int Integer | Insert index. |