public CIMMapSurround MapSurround {get; set;}
Public Property MapSurround As CIMMapSurround
public CIMMapSurround MapSurround {get; set;}
Public Property MapSurround As CIMMapSurround
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This property must be called within the lambda passed to QueuedTask.Run |
MapSurroundStyleItem mapSurroundItem = null; CIMMapSurround mapSurround = await QueuedTask.Run<CIMMapSurround>(() => { return mapSurroundItem.MapSurround; });
Target Platforms: Windows 10, Windows 8.1, Windows 7