Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTextWstringsGet


Description
Retrieves the text of the specified dimension.
Replacement in Object TOOLKIT: pfcBaseDimension::Texts
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTextWstringsGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
wchar_t*** p_text
/* (Out)
ProArray of wstrings. The function allocates the memory for this argument. To free the memory, call ProWstringproarrayFree()..
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSInput argument dimension is NULL or Output argument p_text is NULL.
PRO_TK_E_NOT_FOUNDDimension text is not found.
PRO_TK_GENERAL_ERROROperation is terminated incompletely.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Annotations: Annotation Features and Annotations: Dimension Text
  3. Annotations: Annotation Features and Annotations: Dimension Text