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