API Documentation > Interface Classes > Class pfcSimpRepInstructions
Class pfcSimpRepInstructions

# include <pfcSimpRep.h>

class
pfcSimpRepInstructions
: public virtual
xobject
{
xdeclare(pfcSimpRepInstructions)
...
};
This is a
COMPACT class.

Description
Base class to classes containing the data required to define a simplified representation.
User Guide References:
Direct Known Subclasses:
Method Summary
void
Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
void
Is the representation temporary true or not false.
void
An array of actions to apply to the components or features in this simplified representation.
Method Detail
GetIsTemporary
()
void
SetIsTemporary
(xbool value)
Is the representation temporary true or not false.
User Guide References:
GetDefaultAction
()
void
SetDefaultAction
Type of the action (SIMPREP_INCLUDE or SIMPREP_EXCLUDE).
User Guide References:
GetItems
()
void
SetItems
An array of actions to apply to the components or features in this simplified representation.
User Guide References:
Was this helpful?