Class: Esri/GameEngine/View/State/ArcGISLayerViewStatus
Since: 1.0.0
The status of a layer in the ArcGISView.
Since | Value | Summary |
---|---|---|
1.0.0 | Active | = 1, The layer in the view is active. |
1.0.0 | Not | = 2, The layer in the view is not visible. |
1.0.0 | Out | = 4, The layer in the view is out of scale. |
1.0.0 | Loading | = 8, The layer in the view is loading. |
1.0.0 | Error | = 16, The layer in the view has an unrecoverable error. |
1.0.0 | Warning | = 32, The layer in the view has encountered an error which may be temporary. |