Category 3D drawings and annotations, Object ProDimension

Function ProDimensionTextstyleGet


DEPRECATED: Since Creo 1
SUPERSEDED BY: ProAnnotationTextstyleGet
Description

Note: This function is deprecated. Use ProAnnotationTextstyleGet() instead.

Obtains the text style assigned to a dimension or reference dimension.
Licensing Requirement
TOOLKIT for 3D Drawings
Synopsis
#include <ProDimension.h>
ProErrorProDimensionTextstyleGet(
ProDimension* dimension
/* (In)
The dimension.
*/
ProTextStyle* text_style
/* (Out)
The text style. Free this using ProTextStyleFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Annotations: Annotation Features and Annotations: Dimension Text Style
  3. Annotations: Annotation Features and Annotations: Dimension Text Style
  4. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0