DK11 for Java | tatukgis.jdk.TGIS_ConfigIni.getLayerNo | Constructors | Fields | Methods | Properties
Read from project configuration file a stored number (#) of the layer corresponding to a given name. This must be done because the layer order can be rearranged without saving to ini, so the only valid description of a layer is the name.
// Java protected int getLayerNo( TObject _layer );
// Oxygene protected function getLayerNo( _layer : TObject ) : Integer;
Name | Type | Description |
---|---|---|
_layer | TObject | layer handle |
Type | Description |
---|---|
int Integer | layer index |