Share

IiLogicAutomation.ParamMultiValues 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: 30.0

Syntax

VB

Property ParamMultiValues ( 
	doc As Document,
	paramName As String
) As String()
	Get
	Set

C#

string[] this[
	Document doc,
	string paramName
] { get; set; }

Parameters

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

Property Value

Type:  String[]

See Also

Reference

Was this information helpful?