Category Mechanica, Object ProMechobjectref

Function ProMechobjectrefPathGet


Description
Obtains the component path to the object.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechObjectref.h>
ProErrorProMechobjectrefPathGet(
ProMechObjectref object
/* (In)
The object ref.
*/
ProAsmcomppath* path
/* (Out)
The component path.
*/
)
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 )