API Documentation > Dimensions > Object ProDimension > Function ProDimensionTextWstringsGet
Function ProDimensionTextWstringsGet
Description
Retrieves the text of the specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionTextWstringsGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
wchar_t*** p_text
/* (Out)
ProArray of wstrings. The function allocates the memory for this argument. To free the memory, call ProWstringproarrayFree()..
*/
)
Returns
The function successfully retrieved the information.
Input argument dimension is NULL or Output argument p_text is NULL.
Dimension text is not found.
Operation is terminated incompletely.
User Guide References
Was this helpful?