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 | |
---|---|---|
![]() | ParamString |
Gets the Inventor.Parameter object for the specified parameter name.
|
![]() | ParamObject, 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.
|
![]() | ValueString |
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.
|
![]() | ValueObject, String |
Gets or sets the value of a parameter in a (referenced) document or component.
|
![]() | ValueForEqualsString |
Gets or sets the value of a numeric 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.
The value is of the type DoubleForEquals, which is designed to be used for equality testing of numbers.
|
![]() | ValueForEqualsObject, String |
Gets or sets the value of a numeric parameter in a (referenced) document or component.
The value is of the type DoubleForEquals, which is designed to be used for equality testing of numbers.
|