[]
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)
Public Function GetLayerUIState(layer As OptionalContentGroup) As Boolean?
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)
Public Function GetLayerUIState(layerName As String) As Boolean?
Type | Name | Description |
---|---|---|
string | layerName | The name of the target layer. |
Type | Description |
---|---|
bool? | The state of the layer. |