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
string[] this[
Document doc,
string paramName
] { get; set; }
Parameters
- doc
- Type: Document
The document that contains the parameter. - paramName
- Type: SystemString
The parameter name.
Property Value
Type:
StringSee Also