DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProDimensionTextWstringsSet | |||||||
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> | ||||||||
ProError | ProDimensionTextSet | ( | ||||||
ProDimension* dimension | ||||||||
/* (In) | ||||||||
The dimension handle. | ||||||||
*/ | ||||||||
ProLine* text | ||||||||
/* (In) | ||||||||
The dimension text. Each line must be null-terminated. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|