API Documentation > Classes > Interface IpfcSimpRep
Interface IpfcSimpRep
Description
This class defines a simplified representation.
Direct Parent Classes:
User Guide References:
Method Summary
Function
Returns instructions that specify which internal data is required to define a simplified representation.
Function
Returns the type of a simplified representation.
Sub
SetInstructions (Instructions as IpfcSimpRepInstructions [optional])
Enables you to set (if null) or change instructions that specify the internal data required to define a simplified representation.
Method Detail
Function
GetInstructions
() as IpfcSimpRepInstructions [optional]
Returns instructions that specify which internal data is required to define a simplified representation.
Returns:
The pfcSimpRepInstructions or null.
User Guide References:
Function
GetSimpRepType
Returns the type of a simplified representation.
See Also:
Returns:
The simplified representation type.
Sub
SetInstructions
(Instructions as IpfcSimpRepInstructions [optional])
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?