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