DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProDimensionTextWstringsGet | |||||||
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> | ||||||||
ProError | 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 | ||||||||
|