In This Topic
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:
- true: the user explicitly made layer visible.
- false: the user explicitly made layer hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of layer.
Overload List
Overload | Description |
GetLayerUIState(OptionalContentGroup) | 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:
- true: the user explicitly made visible.
- false: the user explicitly made hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of .
|
GetLayerUIState(String) | 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:
- true: the user explicitly made the layer visible.
- false: the user explicitly made the layer hidden.
- a null reference (Nothing in Visual Basic): the user did not change the visibility of the layer.
|
See Also