Class pfcBaseParameter
Description
Describes the base parameter, which can be a Creo Parametric parameter or dimension.
Direct Parent Classes:
Direct Known Subclasses:
User Guide References:
Property Summary
boolean | |
| |
| |
| If this is true, the parameter is designated for use with Windchill. |
/* readonly */ 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. |
/* readonly */ boolean | |
| |
| |
| Identifies if the dimension or parameter is relation driven. |
| |
| |
| |
| The value of the parameter. |
Method Summary
void | |
| |
| |
| Resets the parameter to the value it had before it was last set in the current Creo Parametric. |
Property Detail
If this is true, the parameter is designated for use with Windchill.
Exceptions thrown (but not limited to):
/* readonly */ boolean | IsModified | |
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):
/* readonly */ boolean | IsRelationDriven | |
Identifies if the dimension or parameter is relation driven.
The value of the parameter.
Exceptions thrown (but not limited to):
Method Detail
Resets the parameter to the value it had before it was last set in the current Creo Parametric.
Exceptions thrown (but not limited to):