In This Topic
Sets the visibility of an optional content group (layer) in the context of an end-user UI. The
state 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 |
SetLayerUIState(OptionalContentGroup,Nullable<Boolean>) | Sets the visibility of an optional content group (layer) in the context of an end-user UI. The 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 .
|
SetLayerUIState(String,Nullable<Boolean>) | Sets the visibility of an optional content group (layer) in the context of an end-user UI. The 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 .
|
See Also