SetViewDlgSaveInfoAsync Method
Overloads
| SetViewDlgSaveInfoAsync(TableViewDlgSaveInfo) |
Sets the positions of the tables in the data model viewer. Representation of tables, broom points and connection pointsPlease refer to Engine API reference for illustrations. The green circles represent the broom points. The red circle represents a connection point. |
|
| SetViewDlgSaveInfoAsync(AsyncHandle, TableViewDlgSaveInfo) |
Sets the positions of the tables in the data model viewer. Representation of tables, broom points and connection pointsPlease refer to Engine API reference for illustrations. The green circles represent the broom points. The red circle represents a connection point. |
SetViewDlgSaveInfoAsync(TableViewDlgSaveInfo)
Sets the positions of the tables in the data model viewer.
Representation of tables, broom points and connection points
Please refer to Engine API reference for illustrations.
The green circles represent the broom points.
The red circle represents a connection point.
Declaration
Task SetViewDlgSaveInfoAsync([QixName("qInfo")] TableViewDlgSaveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| TableViewDlgSaveInfo | info |
Information about the table. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
The position of the broom points and the position of the connection points cannot be set in Qlik Sense.
SetViewDlgSaveInfoAsync(AsyncHandle, TableViewDlgSaveInfo)
Sets the positions of the tables in the data model viewer.
Representation of tables, broom points and connection points
Please refer to Engine API reference for illustrations.
The green circles represent the broom points.
The red circle represents a connection point.
Declaration
Task SetViewDlgSaveInfoAsync(AsyncHandle asyncHandle, [QixName("qInfo")] TableViewDlgSaveInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| TableViewDlgSaveInfo | info |
Information about the table. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Remarks
The position of the broom points and the position of the connection points cannot be set in Qlik Sense.