| Library | Module | Frames | Expand |
| Property | discr | as IpfcArgValueType [readonly] |
| Returns the union discriminant value. | ||
| Property | ASCIIStringValue | as String |
| Used if the argument value contains a character string. | ||
| Property | BoolValue | as Boolean |
| Used if the argument value contains a boolean. | ||
| Property | DoubleValue | as Double |
| Used if the argument value contains a double. | ||
| Property | IntValue | as Long |
| Used if the argument value contains an integer. | ||
| Property | SelectionValue | as IpfcSelection |
| Used if the argument value contains a Creo Parametric selection. | ||
| Property | StringValue | as String |
| Used if the argument value contains a string. | ||
| Property | TransformValue | as IpfcTransform3D |
| Used if the argument value contains a coordinate transformation. | ||
| Property | discr | as IpfcArgValueType [readonly] |
| Property | ASCIIStringValue | as String |
|
Used if the argument value contains a character string. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a character string |
| Property | BoolValue | as Boolean |
|
Used if the argument value contains a boolean. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a boolean |
| Property | DoubleValue | as Double |
|
Used if the argument value contains a double. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a double |
| Property | IntValue | as Long |
|
Used if the argument value contains an integer. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain an integer |
| Property | SelectionValue | as IpfcSelection |
|
Used if the argument value contains a Creo Parametric selection. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a Creo Parametric selection |
| Property | StringValue | as String |
|
Used if the argument value contains a string. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a string |
| Property | TransformValue | as IpfcTransform3D |
|
Used if the argument value contains a coordinate transformation. Exceptions thrown (but not limited to): IpfcXBadGetArgValue - Argument value does not contain a coordinate transformation |