Click or drag to resize

IiLogicAutomationParamMultiValues Property

Gets or sets the multivalue list of an Inventor parameter, as an array of strings.

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

Parameters

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

Property Value

Type: String
See Also