[]
Gets the visibility state of an optional content group (layer) in the context of an end-user UI The return value is interpreted as follows:
public bool? GetLayerUIState(OptionalContentGroup layer)
| Type | Name | Description |
|---|---|---|
| OptionalContentGroup | layer | The target layer. |
| Type | Description |
|---|---|
| bool? | The state of the layer. |
Gets the visibility state of an optional content group (layer) in the context of an end-user UI The return value is interpreted as follows:
public bool? GetLayerUIState(string layerName)
| Type | Name | Description |
|---|---|---|
| string | layerName | The name of the target layer. |
| Type | Description |
|---|---|
| bool? | The state of the layer. |