Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTextGet


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>
ProErrorProDimensionTextGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
OtherThe input argument is invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Dimension Text
  3. Annotations: Annotation Features and Annotations: Dimension Text
  4. Annotations: Annotation Features and Annotations: Dimension Location