Library | Module

Class pfcSimpRepItem



Description

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



Property Summary

/* optional */ pfcSimpRepActionAction
Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.
pfcSimpRepItemPathItemPath
Specifies the simplified representation item.



Method Summary

static pfcSimpRepItemCreate (pfcSimpRepItemPath ItemPath)
Creates a new object that defines the status of the component or feature in a simplified representation.



Property Detail


/* optional */ pfcSimpRepActionAction

Specifies the action (exclude, include, substitute, etc.) to apply to the simplified representation items. Set this to NULL to delete an existing item.




pfcSimpRepItemPathItemPath

Specifies the simplified representation item.





Method Detail


static pfcSimpRepItemCreate (pfcSimpRepItemPath ItemPath)

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 .
Parameters:
ItemPath
Specifies the simplified representation item.
Returns:
The pfcSimpRepItem object.