Category Creo Parametric fundamentals, Object ProDisplaymode

Function ProDisplaymodeGet


Description
Retrieves the current dimension display mode.
Replacement in Object TOOLKIT: pfcBaseSession::DimensionDisplayMode
Synopsis
#include <ProDimension.h>
ProErrorProDisplaymodeGet(
ProDisplayMode* mode
/* (Out)
Dimension display mode.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.

Manual References:

  1. Annotations: Annotation Features and Annotations: Display Modes

Sample Code References:

  1. pt_examples ( TestDimension.c )
  2. pt_examples ( TestDimension.c )