Function ProDimensionTextGet
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated. It only works for text with less than 80 characters. Use ProDimensionTextWstringsGet() for text with any number of characters. Retrieves the text of the specified dimension.
Synopsis
#include <ProDimension.h>
ProDimensionTextGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProLine** p_text
/* (Out)
ProArray. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
The function successfully retrieved the information.
Other
The input argument is invalid.
User Guide References
Isto foi útil?