Category View manager, Object ProSimprep

Function ProSimprepSubstitutionNameGet


Description
Returns the name of the substituted rep at the given path.
Replacement in Object TOOLKIT: wfcWSimpRep::GetSimprepSubstitutionName
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepSubstitutionNameGet(
ProSimprep* p_simp_rep
/* (In)
The simplified representation
*/
ProSimprepitemPath* p_item_path
/* (In)
The path to the substituted rep
*/
ProName sub_name
/* (Out)
The name of the substituted rep.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_BAD_CONTEXTThere is no substituted rep at the given item path.

Manual References:

  1. Assembly: Simplified Representations: Extracting Information About Simplified Representations
  2. Assembly: Simplified Representations: Extracting Information About Simplified Representations