API Documentation > Classes > Interface IpfcSimpRepItem
Interface IpfcSimpRepItem
Description
Defines the status of the component or feature in a simplified representation.
User Guide References:
Property Summary
Property
as IpfcSimpRepAction [optional]
Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
Property
Specifies the simplified representation item.
Method Summary
Function
Creates a new object that defines the status of the component or feature in a simplified representation.
Property Detail
Property
Action
as IpfcSimpRepAction [optional]
Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
Property
ItemPath
Specifies the simplified representation item.
Method Detail
Function
CCpfcSimpRepItem.Create
Creates a new object that defines the status of the component or feature in a simplified representation.
The return value is used as a component of IpfcSimpRepItem .
Parameters:
ItemPath
Specifies the simplified representation item.
Returns:
The pfcSimpRepItem object.
Was this helpful?