DK for .NET | TatukGIS.NDK.IGIS_HierarchyManager.InsertLayer | Methods | Properties
Add a layer to groups.
// C# public void InsertLayer( TGIS_LayerAbstract _layer, int _index );
' VisualBasic Public Sub InsertLayer( ByVal _layer As TGIS_LayerAbstract, ByVal _index As Integer )
// Oxygene public procedure InsertLayer( _layer : TGIS_LayerAbstract; _index : Integer );
Name | Type | Description |
---|---|---|
_layer | TGIS_LayerAbstract | layer handle |
_index | int Integer | insert index |