DK11 for .NET | TatukGIS.NDK.TGIS_ConfigIni.SetSubLayer | Constructors | Fields | Methods | Properties
Select sublayer on which the operation will be performed. It is important for project files. Thanks this it is possible to recognize which entry corespondents to which layer.
Overrides TGIS_Config.SetSubLayer.
// C# public override void SetSubLayer( TObject _layer );
' VisualBasic Public Overrides Sub SetSubLayer( ByVal _layer As TObject )
// Oxygene public procedure SetSubLayer( _layer : TObject ); override;
Name | Type | Description |
---|---|---|
_layer | TObject | layer on which the operation will be performed; it is nil then operation will be performed on main entry ([TatukGIS] section) |