Class pfcArgValue
Description
This interface represents an argument value, which may be one of several different types.
See Also:
Manual References:
Method Summary
| |
| |
void | |
| |
| |
| Used if the argument value contains a character string. |
| |
| |
void | |
| |
| |
| Used if the argument value contains a boolean. |
| |
| |
| |
| Returns the union discriminant value. |
| |
| |
void | |
| |
| |
| Used if the argument value contains a double. |
| |
| |
void | |
| |
| |
| Used if the argument value contains an integer. |
| |
| |
void | |
| |
| |
| Used if the argument value contains a Creo Parametric selection. |
| |
| |
void | |
| |
| |
| Used if the argument value contains a string. |
| |
| |
void | |
| |
| |
| Used if the argument value contains a coordinate transformation. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Method Detail
Returns the union discriminant value.
| GetIntValue | () |
void | SetIntValue | |
Used if the argument value contains an integer.
Exceptions thrown (but not limited to):
Manual References:
| GetDoubleValue | () |
void | SetDoubleValue | |
Used if the argument value contains a double.
Exceptions thrown (but not limited to):
Manual References:
| GetBoolValue | () |
void | SetBoolValue | |
Used if the argument value contains a boolean.
Exceptions thrown (but not limited to):
Manual References:
| GetASCIIStringValue | () |
void | SetASCIIStringValue | |
Used if the argument value contains a character string.
Exceptions thrown (but not limited to):
Manual References:
| GetStringValue | () |
void | SetStringValue | |
Used if the argument value contains a string.
Exceptions thrown (but not limited to):
Manual References:
| GetSelectionValue | () |
void | SetSelectionValue | |
Used if the argument value contains a Creo Parametric selection.
Exceptions thrown (but not limited to):
Manual References:
| GetTransformValue | () |
void | SetTransformValue | |
Used if the argument value contains a coordinate transformation.
Exceptions thrown (but not limited to):
Manual References: