Click or drag to resize

IiLogicAutomationInventorParamMultiValues Property

Gets or sets the multivalue list of an Inventor parameter, specifying an Inventor.Parameter object directly.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Property InventorParamMultiValues ( 
	param As Parameter
) As String()
	Get
	Set

Parameters

param
Type: Parameter
The Inventor parameter object.

Property Value

Type: String

Return Value

Type: String
Remarks
This function is deprecated. Use the Inventor API ExpressionList object instead.
See Also