API Documentation > View manager > Object ProSimprep > Function ProSimprepIsDefault
Function ProSimprepIsDefault
Description
Determines if the specified simplified representation is default.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSimprep.h>
ProSimprepIsDefault
(
ProSimprep* p_simp_rep
/* (In)
The simplified representation.
*/
ProBoolean* p_is_default
/* (Out)
PRO_B_TRUE if the simplified representation is the Default rep. PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
User Guide References
Was this helpful?