[]
Sets the visibility of all layers except those listed in the layers
array, 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 SetLayersUIStateExcept(bool? state, params object[] layers)
Public Sub SetLayersUIStateExcept(state As Boolean?, ParamArray layers As Object())
Type | Name | Description |
---|---|---|
bool? | state | The desired state of the layer. |
object[] | layers | The array of layer names or OptionalContentGroup objects to be excluded. |