Function ProDimensionTextSet
DEPRECATED:
Since Wildfire 5.0
Description
Note: This function is deprecated. It only works for text with less than 80 characters. Use ProDimensionTextWstringsSet() for text with any number of characters. Sets the text of the specified dimension. This is equivalent to the Creo Parametric command Modify, Text.
Synopsis
#include <ProDimension.h>
ProDimensionTextSet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProLine* text
/* (In)
The dimension text. Each line must be null-terminated.
*/
)
Returns
The function successfully retrieved the information.
Model is in read-only state.
Other
The input argument is invalid.
User Guide References
Was this helpful?