Share

IiLogicAutomation.ParamValueInComponent Property

Gets and sets the value of an Inventor parameter in a component or referenced document.

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

Syntax

VB

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

C#

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

Parameters

doc
Type: Document
The document (usually an assembly) that contains the component or referenced document.
componentOrDocName
Type: System.String
This can be a component or document name.
paramName
Type: System.String

Property Value

Type: Object

Return Value

Type: Object

Remarks

See Also

Reference

Was this information helpful?