Property GeoModelError
GeoModelError
Gets the geo model error on the view.
Declaration
public Exception? GeoModelError { get; }
Property Value
| Type | Description |
|---|---|
| Exception | The geo model error on the view. |
Remarks
This error is used to indicate that the geo model assigned to the view had an issue loading or didn't meet the requirements after loading, resulting in nothing rendering on screen. The error could be resolved by replacing the geo model with one that meets the requirements or by ensuring the geo model can load successfully.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | 300 |