| Library | Module | Frames | Expand |
| Property | IsDesignated | as Boolean |
| If this is true, the parameter is designated for use with Windchill. | ||
| Property | IsModified | as Boolean |
| If this is true, the parameter is modified. A parameter is said to be "modified" when it has been changed, but the parameter's owner has not yet been regenerated. | ||
| Property | IsRelationDriven | as Boolean |
| Identifies if the dimension or parameter is relation driven. | ||
| Property | Value | as IpfcParamValue |
| The value of the parameter. | ||
| Sub | ResetFromBackup () | |
| Resets the parameter to the value it had before it was last set in the current Creo Parametric. | ||
| Property | IsDesignated | as Boolean |
|
If this is true, the parameter is designated for use with Windchill. Exceptions thrown (but not limited to): IpfcXToolkitFound - The specified parameter already exists. IpfcXToolkitNotFound - The specified parameter was not found. |
| Property | IsModified | as Boolean |
|
If this is true, the parameter is modified. A parameter is said to be "modified" when it has been changed, but the parameter's owner has not yet been regenerated. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The owner was not found. |
| Property | IsRelationDriven | as Boolean |
|
Identifies if the dimension or parameter is relation driven. |
| Property | Value | as IpfcParamValue |
|
The value of the parameter. Exceptions thrown (but not limited to): IpfcXToolkitBadContext - The input dimension is reference. IpfcXToolkitNotFound - The owner was not found. |
| Sub | ResetFromBackup | () |
|
Resets the parameter to the value it had before it was last set in the current Creo Parametric. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The owner was not found. |