Share

IParamDynamic.Param Property (Object, String)

Gets the Inventor.Parameter object for the specified parameter name, within the specified component or document.

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

Syntax

VB

ReadOnly Property Param ( 
	componentOrDocName As Object,
	paramName As String
) As Parameter
	Get

C#

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

Parameters

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

Property Value

Type: Parameter
An Inventor.Parameter object

See Also

Reference

Was this information helpful?