Property Warnings
Warnings
Gets the warnings on the local scene view.
Declaration
public IEnumerable<Exception> Warnings { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Exception> | The warnings on the local scene view. |
Remarks
The warnings on the view are to indicate that the view is in a usable state, but something may not render correctly or as expected.
For more information on the status of a layer, see GetLayerViewState(Layer). For more information on the status of an analysis, see GetAnalysisViewState(Analysis).
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 300 |