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
Object this[
iLogicParameter param
] { get; set; }
Parameters
- param
- Type: iLogicParameter
Property Value
Type:
ObjectReturn Value
Type:
ObjectRemarks This function is deprecated. Use the Inventor API Parameter.Value instead.
See Also