API Documentation > Interface Classes > Class pfcSimpRepItem
Class pfcSimpRepItem

# include <pfcSimpRep.h>

class
pfcSimpRepItem
: public virtual
xobject
{
xdeclare(pfcSimpRepItem)
...
};
This is a
COMPACT class.

Description
Defines the status of the component or feature in a simplified representation.
Method Summary
Creates a new object that defines the status of the component or feature in a simplified representation.
void
Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
void
Specifies the simplified representation item.
Method Detail
GetItemPath
()
void
SetItemPath
Specifies the simplified representation item.
GetAction
()
void
SetAction
Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
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 pfcSimpRepItem .
Manual References:
Parameters:
ItemPath
Specifies the simplified representation item.
Returns:
The pfcSimpRepItem object.
Was this helpful?