DIAdem Help

Method: LayerName for Table

  • Updated2024-09-12
  • 2 minute(s) read

Method: LayerName for Table

Returns the name of the layer associated with a control in user dialog boxes.

sLayerName = Object.LayerName
ObjectTable
Object with this method
sLayerNameString
Receives the name of the layer.

The following example shows the dialog box layer associated with the Table1 selection list:

Dialog.Layers(Table1.LayerName) = TRUE

This example shows the layer associated with the Table2 selection, on the Page1 tab:

Page1.Layers(Table2.LayerName) = TRUE