IParamDynamicParam 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: 23.0
Syntax ReadOnly Property Param (
componentOrDocName As Object,
paramName As String
) As Parameter
Get
Parameter this[
Object componentOrDocName,
string paramName
] { get; }
Parameters
- componentOrDocName
- Type: SystemObject
The component or document name. - paramName
- Type: SystemString
The parameter name.
Property Value
Type:
ParameterAn Inventor.Parameter object
See Also