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
Parameter this[
string docAndParamName
] { get; }
Parameters
- docAndParamName
- Type: SystemString
Parameter name (with optional document name prefix).
Return Value
Type:
ParameterAn Inventor.Parameter object
See Also