IParamDynamic Interface |
In a rule, this interface is implemented by the predefined object named Parameter.
Namespace: Autodesk.iLogic.Interfaces
The IParamDynamic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Param(String) |
Gets the Inventor.Parameter object for the specified parameter name.
|
![]() | Param(Object, String) |
Gets the Inventor.Parameter object for the specified parameter name, within the specified component or document.
|
![]() | Quiet |
If this is true, no exception (error) will be thrown by any of the Parameter functions when a parameter is not found.
|
![]() | UpdateAfterChange |
If this is true, a document update will be performed automatically after a parameter is changed with a Parameter function (Parameter.Value) in the current rule.
|
![]() | Value(String) |
Gets or sets the value of a parameter. If the parameter is numeric (and not unitless), the value will be in the document units that are dimensionally the same as the parameter units.
|
![]() | Value(Object, String) |
Gets or sets the value of a parameter in a (referenced) document or component.
|