API Documentation > Classes > Class pfcSimpRep
Class pfcSimpRep
Description
This class defines a simplified representation.
Direct Parent Classes:
User Guide References:
Method Summary
/* optional */ pfcSimpRepInstructions
Returns instructions that specify which internal data is required to define a simplified representation.
Returns the type of a simplified representation.
void
SetInstructions ( /* optional */ pfcSimpRepInstructions Instructions)
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Method Detail
/* optional */ pfcSimpRepInstructions
GetInstructions
()
Returns instructions that specify which internal data is required to define a simplified representation.
Returns:
The pfcSimpRepInstructions or null.
User Guide References:
GetSimpRepType
()
Returns the type of a simplified representation.
See Also:
Returns:
The simplified representation type.
void
SetInstructions
( /* optional */ pfcSimpRepInstructions Instructions)
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Parameters:
Instructions
The new instructions.
User Guide References:
Was this helpful?