API 文件集 > Miscellaneous > Object ProTable > Function ProTableRotate
Function ProTableRotate
Description
Rotates table (counter clockwise) by 90 degree.The function does not perform a display.
Synopsis
#include <ProTable.h>
ProTableRotate
(
ProTable* table
/* (In)
The table.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
Success.
Failure.
The object or model can't be modified.
這是否有幫助?