Share

IParamDynamic.Param Property (String)

Gets the Inventor.Parameter object for the specified parameter name.

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

Syntax

VB

ReadOnly Property Param ( 
	docAndParamName As String
) As Parameter
	Get

C#

Parameter this[
	string docAndParamName
] { get; }

Parameters

docAndParamName
Type: System.String
Parameter name (with optional document name prefix).

Return Value

Type: Parameter
An Inventor.Parameter object

See Also

Reference

Was this information helpful?