API 설명서 > Custom user interface > Object ProUITree > Function ProUITreeTreecolumnorderGet
Function ProUITreeTreecolumnorderGet
Description
Get the column order of the attribute window in a tree.
Synopsis
#include <ProUITree.h>
ProUITreeTreecolumnorderGet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
int* count
/* (Out)
Number of columns.
*/
char*** values
/* (Out)
Array of columns displayed in attribute window. Free this using ProStringarrayFree (). If this array is empty, this indicates that the columns will be displayed in the order in which they were created.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?