API Documentation > Interface Classes > Class pfcSimpRep
Class pfcSimpRep

# include <pfcSimpRep.h>

class
pfcSimpRep
: public virtual
pfcModelItem
{
xaideclare(pfcSimpRep)
...
};


Description
This class defines a simplified representation.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Summary
Returns instructions that specify which internal data is required to define a simplified representation.
Returns the type of a simplified representation.
void
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Method Detail
GetSimpRepType
()
Returns the type of a simplified representation.
See Also:
Returns:
The simplified representation type.
Returns instructions that specify which internal data is required to define a simplified representation.
User Guide References:
Returns:
The pfcSimpRepInstructions or null.
void
SetInstructions
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
User Guide References:
Parameters:
Instructions
The new instructions.
Returns:
Was this helpful?