GetLayoutAsync Method
Overloads
GetLayoutAsync() |
Evaluates a measure and displays its properties, including the dynamic properties. |
|
GetLayoutAsync(AsyncHandle) |
Evaluates a measure and displays its properties, including the dynamic properties. |
GetLayoutAsync()
Evaluates a measure and displays its properties, including the dynamic properties.
Declaration
Task<GenericMeasureLayout> GetLayoutAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericMeasureLayout> |
GetLayoutAsync(AsyncHandle)
Evaluates a measure and displays its properties, including the dynamic properties.
Declaration
Task<GenericMeasureLayout> GetLayoutAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<GenericMeasureLayout> |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!