Class pfcSimpRep
Description
This class defines a simplified representation.
Direct Known Subclasses:
User Guide References:
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
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.
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: