Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTextSet


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>
ProErrorProDimensionTextSet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProLine* text
/* (In)
The dimension text. Each line must be null-terminated.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Dimension Text