Click or drag to resize

IiLogicAutomationParamValue Property

Gets the value of an Inventor parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property ParamValue ( 
	doc As Document,
	paramName As String
) As Object
	Get
	Set

Parameters

doc
Type: Document
The document that contains the parameter.
paramName
Type: SystemString
The parameter name.

Return Value

Type: Object
For a numeric parameter, returns a Double. For a Text parameter, returns a String, For a True/False parameter, returns a Boolean.
See Also