| Library | Module | Frames | Expand |
| /* readonly */ pfcArgValueType | discr | |
| Returns the union discriminant value. | ||
| string | ASCIIStringValue | |
| Used if the argument value contains a character string. | ||
| boolean | BoolValue | |
| Used if the argument value contains a boolean. | ||
| number | DoubleValue | |
| Used if the argument value contains a double. | ||
| number | IntValue | |
| Used if the argument value contains an integer. | ||
| pfcSelection | SelectionValue | |
| Used if the argument value contains a Creo Parametric selection. | ||
| string | StringValue | |
| Used if the argument value contains a string. | ||
| pfcTransform3D | TransformValue | |
| Used if the argument value contains a coordinate transformation. | ||
| /* readonly */ pfcArgValueType | discr |
| string | ASCIIStringValue |
|
Used if the argument value contains a character string. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a character string |
| boolean | BoolValue |
|
Used if the argument value contains a boolean. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a boolean |
| number | DoubleValue |
|
Used if the argument value contains a double. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a double |
| number | IntValue |
|
Used if the argument value contains an integer. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain an integer |
| pfcSelection | SelectionValue |
|
Used if the argument value contains a Creo Parametric selection. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a Creo Parametric selection |
| string | StringValue |
|
Used if the argument value contains a string. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a string |
| pfcTransform3D | TransformValue |
|
Used if the argument value contains a coordinate transformation. Exceptions thrown (but not limited to): pfcXBadGetArgValue - Argument value does not contain a coordinate transformation |