Library | Module

Class CMpfcArgument






Method Summary

FunctionCreateIntArgValue (Value as Long) as IpfcArgValue
Creates an integer argument value object.
FunctionCreateDoubleArgValue (Value as Double) as IpfcArgValue
Creates a double argument value object.
FunctionCreateBoolArgValue (Value as Boolean) as IpfcArgValue
Creates a boolean argument value object.
FunctionCreateASCIIStringArgValue (Value as String) as IpfcArgValue
Creates an ASCII string argument value object.
FunctionCreateStringArgValue (Value as String) as IpfcArgValue
Creates a string argument value object.
FunctionCreateSelectionArgValue (Value as IpfcSelection) as IpfcArgValue
Creates a new selection argument value object.
FunctionCreateTransformArgValue (Value as IpfcTransform3D) as IpfcArgValue
Creates a new transform argument value object.
FunctionFindArgumentByLabel (ArgList as IpfcArguments, Label as String) as IpfcArgument
 



Method Detail


FunctionCreateIntArgValue (Value as Long) as IpfcArgValue

Creates an integer argument value object.
See Also:
IpfcArgument.Create(), IpfcDll.ExecuteFunction()
Parameters:
Value
The integer value.
Returns:
The created argument value object.



FunctionCreateDoubleArgValue (Value as Double) as IpfcArgValue

Creates a double argument value object.
See Also:
IpfcArgument.Create(), IpfcDll.ExecuteFunction()
Parameters:
Value
The double value.
Returns:
The created argument value object.



FunctionCreateBoolArgValue (Value as Boolean) as IpfcArgValue

Creates a boolean argument value object.
See Also:
IpfcArgument.Create(), IpfcDll.ExecuteFunction()
Parameters:
Value
The boolean value.
Returns:
The created argument object.



FunctionCreateASCIIStringArgValue (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:
IpfcArgument.Create(), IpfcDll.ExecuteFunction()
Parameters:
Value
The character string.
Returns:
The created argument object.



FunctionCreateStringArgValue (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:
IpfcArgument.Create(), IpfcDll.ExecuteFunction()
Parameters:
Value
The string value.
Returns:
The created argument value object.



FunctionCreateSelectionArgValue (Value as IpfcSelection) as IpfcArgValue

Creates a new selection argument value object.
See Also:
IpfcArgument.Create(), IpfcDll.ExecuteFunction(), CMpfcSelect.CreateComponentSelection(), CMpfcSelect.CreateModelItemSelection()
Parameters:
Value
The selection object.
Returns:
The created selection argument value object.



FunctionCreateTransformArgValue (Value as IpfcTransform3D) as IpfcArgValue

Creates a new transform argument value object.
See Also:
IpfcArgument.Create(), IpfcDll.ExecuteFunction(), IpfcTransform3D.Create()
Parameters:
Value
The coordinate transformation.
Returns:
The created argument value object.



FunctionFindArgumentByLabel (ArgList as IpfcArguments, Label as String) as IpfcArgument

 
Parameters:
ArgList
 
Label
 
Returns: