Category 3D drawings and annotations, Object ProDimension

Function ProDimensionSymtextGet


Description
Retrieves the dimension's text in symbol mode.
Synopsis
#include <ProDimension.h>
ProErrorProDimensionSymtextGet(
ProDimension* dim
/* (In)
The input handle.
*/
ProLine** r_text
/* (Out)
ProArray of text. To free the memory, call ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe dimension supplied was not valid or did not have a valid line array.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features