Library | Module

Interface IpfcSimpRepItem



Description

Defines the status of the component or feature in a simplified representation.



Property Summary

PropertyActionas 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.
PropertyItemPathas IpfcSimpRepItemPath
Specifies the simplified representation item.



Method Summary

FunctionCCpfcSimpRepItem.Create (ItemPath as IpfcSimpRepItemPath) as IpfcSimpRepItem
Creates a new object that defines the status of the component or feature in a simplified representation.



Property Detail


PropertyActionas 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.




PropertyItemPathas IpfcSimpRepItemPath

Specifies the simplified representation item.





Method Detail


FunctionCCpfcSimpRepItem.Create (ItemPath as IpfcSimpRepItemPath) as IpfcSimpRepItem

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.