| Library | Module | Frames | Expand |
| Function | CreateIntArgValue | (Value as Long) as IpfcArgValue |
| Creates an integer argument value object. | ||
| Function | CreateDoubleArgValue | (Value as Double) as IpfcArgValue |
| Creates a double argument value object. | ||
| Function | CreateBoolArgValue | (Value as Boolean) as IpfcArgValue |
| Creates a boolean argument value object. | ||
| Function | CreateASCIIStringArgValue | (Value as String) as IpfcArgValue |
| Creates an ASCII string argument value object. | ||
| Function | CreateStringArgValue | (Value as String) as IpfcArgValue |
| Creates a string argument value object. | ||
| Function | CreateSelectionArgValue | (Value as IpfcSelection) as IpfcArgValue |
| Creates a new selection argument value object. | ||
| Function | CreateTransformArgValue | (Value as IpfcTransform3D) as IpfcArgValue |
| Creates a new transform argument value object. | ||
| Function | FindArgumentByLabel | (ArgList as IpfcArguments, Label as String) as IpfcArgument |
| Function | CreateIntArgValue | (Value as Long) as IpfcArgValue |
|
Creates an integer argument value object.
|
| Function | CreateDoubleArgValue | (Value as Double) as IpfcArgValue |
|
Creates a double argument value object.
|
| Function | CreateBoolArgValue | (Value as Boolean) as IpfcArgValue |
|
Creates a boolean argument value object.
|
| Function | CreateASCIIStringArgValue | (Value as String) as IpfcArgValue |
|
Creates an ASCII string argument value object. This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_STRING.
|
| Function | CreateStringArgValue | (Value as String) as IpfcArgValue |
|
Creates a string argument value object. This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_WSTRING.
|
| Function | CreateSelectionArgValue | (Value as IpfcSelection) as IpfcArgValue |
|
Creates a new selection argument value object.
|
| Function | CreateTransformArgValue | (Value as IpfcTransform3D) as IpfcArgValue |
|
Creates a new transform argument value object.
|
| Function | FindArgumentByLabel | (ArgList as IpfcArguments, Label as String) as IpfcArgument |
|