Click or drag to resize

IiLogicAutomationParamValueDirect Property

Gets the value of a Text or True/False parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property ParamValueDirect ( 
	param As iLogicParameter
) As Object
	Get
	Set

Parameters

param
Type: iLogicParameter

Property Value

Type: Object

Return Value

Type: Object
Remarks
This function is deprecated. Use the Inventor API Parameter.Value instead.
See Also