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