IParamDynamic.Value Property (Object, String)

Gets or sets the value of a parameter in a (referenced) document or component.

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

Syntax

VB

Default Property Value ( 
	componentOrDocName As Object,
	paramName As String
) As Object
	Get
	Set

C#

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

Parameters

componentOrDocName
Type: System.Object
The name of the component or document.
paramName
Type: System.String
The parameter name.

Property Value

Type: Object

See Also

Reference

IParamDynamic Interface
Value Overload
Autodesk.iLogic.Interfaces Namespace