[]
Sets the visibility of one or more layers in the context of an end-user UI.
The layers array can contain layer names (strings) or OptionalContentGroup references.
The state is interpreted as follows:
public void SetLayersUIState(bool? state, params object[] layers)
| Type | Name | Description |
|---|---|---|
| bool? | state | The desired state of the layer. |
| object[] | layers | The array of layer names or OptionalContentGroup objects. |