Category Creo Parametric fundamentals, Object ProDisplaymode

Function ProDisplaymodeSet


Description
Sets the current dimension value display mode to symbolic or numeric.
Replacement in Object TOOLKIT: pfcBaseSession::DimensionDisplayMode
Synopsis
#include <ProDimension.h>
ProErrorProDisplaymodeSet(
ProDisplayMode mode
/* (In)
The new dimension display mode.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set display mode.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Annotations: Annotation Features and Annotations: Display Modes

Sample Code References:

  1. pt_examples ( TestDimension.c )