Category Creo Parametric fundamentals, Object ProUnitsystem

Function ProUnitsystemTypeGet


Description
Returns the system of units type.
Replacement in Object TOOLKIT: pfcUnitSystem::Type
Synopsis
#include <ProMdlUnits.h>
ProErrorProUnitsystemTypeGet(
ProUnitsystem* system
/* (In)
The unit system.
*/
ProUnitsystemType* type
/* (Out)
The unit system type.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Accessing Properties of Variant Features
  2. Core: Solids, Parts, and Materials: Solid Units
  3. Core: Solids, Parts, and Materials: Solid Units

Sample Code References:

  1. pt_userguide ( UgSolidInfoMass.c )