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