API Documentation > Classes > Class CMpfcArgument
Class CMpfcArgument
Method Summary
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
Creates an ASCII string argument value object.
Function
CreateStringArgValue (Value as String) as IpfcArgValue
Creates a string argument value object.
Function
Creates a new selection argument value object.
Function
Creates a new transform argument value object.
Function
FindArgumentByLabel (ArgList as IpfcArguments, Label as String) as IpfcArgument
Method Detail
Function
CreateIntArgValue
(Value as Long) as IpfcArgValue
Creates an integer argument value object.
See Also:
Parameters:
Value
The integer value.
Returns:
The created argument value object.
User Guide References:
Function
CreateDoubleArgValue
(Value as Double) as IpfcArgValue
Creates a double argument value object.
See Also:
Parameters:
Value
The double value.
Returns:
The created argument value object.
Function
CreateBoolArgValue
(Value as Boolean) as IpfcArgValue
Creates a boolean argument value object.
See Also:
Parameters:
Value
The boolean value.
Returns:
The created argument 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.
See Also:
Parameters:
Value
The character string.
Returns:
The created argument object.
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.
See Also:
Parameters:
Value
The string value.
Returns:
The created argument value object.
Function
CreateSelectionArgValue
Creates a new selection argument value object.
See Also:
Parameters:
Value
The selection object.
Returns:
The created selection argument value object.
Function
CreateTransformArgValue
Creates a new transform argument value object.
See Also:
Parameters:
Value
The coordinate transformation.
Returns:
The created argument value object.
Function
FindArgumentByLabel
(ArgList as IpfcArguments, Label as String) as IpfcArgument
Parameters:
ArgList
Label
Returns:
Was this helpful?