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
Object this[
Document doc,
string paramName
] { get; set; }
Parameters
- doc
- Type: Document
The document that contains the parameter. - paramName
- Type: SystemString
The parameter name.
Return Value
Type:
ObjectFor a numeric parameter, returns a Double.
For a Text parameter, returns a String,
For a True/False parameter, returns a Boolean.
See Also