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