Category Mechanica, Object ProMechobjectref

Function ProMechobjectrefTypeGet


Description
Obtains the object ref type.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechObjectref.h>
ProErrorProMechobjectrefTypeGet(
ProMechObjectref object
/* (In)
The object ref.
*/
ProType* type
/* (Out)
The type, this must be one of the PRO_SIMULATION* types.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.

Manual References:

  1. Creo Simulate: Items: Creo Simulate Object References
  2. Creo Simulate: Items: Creo Simulate Object References

Sample Code References:

  1. pt_mech_examples ( PTMechExItemInfo.c )