public CIMNorthArrow NorthArrow {get; set;}
Public Property NorthArrow As CIMNorthArrow
public CIMNorthArrow NorthArrow {get; set;}
Public Property NorthArrow As CIMNorthArrow
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This property must be called within the lambda passed to QueuedTask.Run |
NorthArrowStyleItem northArrowItem = null; CIMNorthArrow northArrow = await QueuedTask.Run<CIMNorthArrow>(() => { return northArrowItem.NorthArrow; });
NorthArrowStyleItem northArrowItem = null; CIMNorthArrow northArrow = await QueuedTask.Run<CIMNorthArrow>(() => { return northArrowItem.NorthArrow; });
Target Platforms: Windows 11, Windows 10