Category 3D drawings and annotations, Object ProDimension

Function ProDimensionSymbolGet


Description
Retrieves the symbol of a specified dimension.
Replacement in Object TOOLKIT: pfcBaseDimension::Symbol
Synopsis
#include <ProDimension.h>
ProErrorProDimensionSymbolGet(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProName symbol
/* (Out)
the dimension symbol.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the symbol.
PRO_TK_GENERAL_ERRORThe data structure was not set.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  3. Annotations: Annotation Features and Annotations: The ProDimension Object
  4. Annotations: Annotation Features and Annotations: Visiting Dimensions
  5. Annotations: Annotation Features and Annotations: Visiting Dimensions

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )
  3. pt_examples ( TestCollect.c )
  4. pt_userguide ( UgUISlider.c )