Category View manager, Object ProSimprep

Function ProSimprepTypeGet


Description
Returns the special type for the specified simplified representation.
Replacement in Object TOOLKIT: pfcSimpRep::GetSimpRepType
Synopsis
#include <ProSimprep.h>
ProErrorProSimprepTypeGet(
ProSimprep* p_simp_rep
/* (In)
The simplified representation.
*/
ProSimprepType* p_type
/* (Out)
The simplified representation type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.

Manual References:

  1. Assembly: Simplified Representations: Simplified Representations in Session
  2. Assembly: Simplified Representations: Simplified Representations in Session

Sample Code References:

  1. pt_examples ( TestSimpRep.c )
  2. pt_examples ( TestSimpRep.c )