Share

IiLogicAutomation.ParamValue Property

Gets and sets the value of an Inventor parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property ParamValue ( 
	doc As Document,
	paramName As String
) As Object
	Get
	Set

C#

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

Parameters

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

Return Value

Type: Object
For a numeric parameter, returns a Double. For a Text parameter, returns a String, For a True/False parameter, returns a Boolean.

See Also

Reference

Was this information helpful?