API Documentation > Interface Classes > Class pfcSimpRepSubstitute
Class pfcSimpRepSubstitute

# include <pfcSimpRep.h>

class
pfcSimpRepSubstitute
: public virtual
pfcSimpRepAction
{
xdeclare(pfcSimpRepSubstitute)
...
};
This is a
COMPACT class.

Description
Substitute the component in the simplified representation.
User Guide References:
Methods Inherited from Class pfcSimpRepAction::
Method Summary
Creates a new object used to substitute the component in the simplified representation.
void
Specifies the substitution type and substitute data.
Method Detail
GetSubstituteData
()
void
SetSubstituteData
Specifies the substitution type and substitute data.
Creates a new object used to substitute the component in the simplified representation.
The return value is used as a component of pfcSimpRepItem .
User Guide References:
Parameters:
SubsData
Specifies the substitution type and substitute data.
Returns:
The pfcSimpRepSubstitute object.
Was this helpful?