Click or drag to resize

IParamDynamicParam 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: 23.0
Syntax
ReadOnly Property Param ( 
	docAndParamName As String
) As Parameter
	Get

Parameters

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

Return Value

Type: Parameter
An Inventor.Parameter object
See Also