Category View manager, Category Assembly, Object ProAssembly

Function ProSymbSimprepRetrieve


DEPRECATED: Since Creo 3
SUPERSEDED BY: ProSimprepMdlnameRetrieve
Description
Note: This function is deprecated Use ProSimprepMdlnameRetrieve instead. Retrieves the symbolic simplified representation of an assembly.

NOTE:

Operates on assemblies only, not parts.

Replacement in Object TOOLKIT: pfcBaseSession::RetrieveSymbolicSimpRep
Synopsis
#include <ProSimprep.h>
ProErrorProSymbSimprepRetrieve(
ProName assem_name
/* (In)
The name of the assembly to retrieve
*/
ProAssembly* p_assem
/* (Out)
The handle to the assembly
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_NO_PERMISSIONThe function does not have permission to operate on this assembly.

Manual References:

  1. Working with Multi-CAD Models Using Creo Unite: Superseded Functions
  2. Technical Summary of Changes for Creo 4.0 F000: Simplified Representation