Description | ||||||||||||||
Retrieves the text of the specified dimension. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcBaseDimension::Texts | |||||||||||||
Synopsis | ||||||||||||||
#include <ProDimension.h> | ||||||||||||||
ProError | 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 | ||||||||||||||
|