| Library | Module | Frames | Expand |
| static pfcArgValue | CreateIntArgValue | (number Value) |
| Creates an integer argument value object. | ||
| static pfcArgValue | CreateDoubleArgValue | (number Value) |
| Creates a double argument value object. | ||
| static pfcArgValue | CreateBoolArgValue | (boolean Value) |
| Creates a boolean argument value object. | ||
| static pfcArgValue | CreateASCIIStringArgValue | (string Value) |
| Creates an ASCII string argument value object. | ||
| static pfcArgValue | CreateStringArgValue | (string Value) |
| Creates a string argument value object. | ||
| static pfcArgValue | CreateSelectionArgValue | (pfcSelection Value) |
| Creates a new selection argument value object. | ||
| static pfcArgValue | CreateTransformArgValue | (pfcTransform3D Value) |
| Creates a new transform argument value object. | ||
| pfcArgument | FindArgumentByLabel | (pfcArguments ArgList, string Label) |
| static pfcArgValue | CreateIntArgValue | (number Value) |
|
Creates an integer argument value object.
|
| static pfcArgValue | CreateDoubleArgValue | (number Value) |
|
Creates a double argument value object.
|
| static pfcArgValue | CreateBoolArgValue | (boolean Value) |
|
Creates a boolean argument value object.
|
| static pfcArgValue | CreateASCIIStringArgValue | (string Value) |
|
Creates an ASCII string argument value object. This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_STRING.
|
| static pfcArgValue | CreateStringArgValue | (string Value) |
|
Creates a string argument value object. This type will be passed to Creo Parametric TOOLKIT using the ProValueDataType of PRO_VALUE_TYPE_WSTRING.
|
| static pfcArgValue | CreateSelectionArgValue | (pfcSelection Value) |
|
Creates a new selection argument value object.
|
| static pfcArgValue | CreateTransformArgValue | (pfcTransform3D Value) |
|
Creates a new transform argument value object.
|
| pfcArgument | FindArgumentByLabel | (pfcArguments ArgList, string Label) |
|