[]
Sets the initial view state of a layer.
public void SetLayerInitialViewState(OptionalContentGroup layer, LayerInitialViewState value)
Public Sub SetLayerInitialViewState(layer As OptionalContentGroup, value As LayerInitialViewState)
Type | Name | Description |
---|---|---|
OptionalContentGroup | layer | The OptionalContentGroup object that specifies the layer. |
LayerInitialViewState | value | The initial view state. |
Sets the initial view state of a layer. Throws an exception if the layer with the specified name does not exist.
public void SetLayerInitialViewState(string name, LayerInitialViewState value)
Public Sub SetLayerInitialViewState(name As String, value As LayerInitialViewState)
Type | Name | Description |
---|---|---|
string | name | The name of the layer. |
LayerInitialViewState | value | The initial view state. |