[]
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)
Public Sub SetLayerUIState(layer As OptionalContentGroup, state As Boolean?)
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)
Public Sub SetLayerUIState(layerName As String, state As Boolean?)