[]
Sets the initial view state of a layer.
public void SetLayerInitialViewState(OptionalContentGroup layer, LayerInitialViewState value)
| 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)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the layer. |
| LayerInitialViewState | value | The initial view state. |