Click or drag to resize

IParamDynamic Interface

Provides properties to get and set the values of Inventor parameters.

In a rule, this interface is implemented by the predefined object named Parameter.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Public Interface IParamDynamic

The IParamDynamic type exposes the following members.

Properties
  NameDescription
Public propertyParamString
Gets the Inventor.Parameter object for the specified parameter name.
Public propertyParamObject, String
Gets the Inventor.Parameter object for the specified parameter name, within the specified component or document.
Public propertyQuiet
If this is true, no exception (error) will be thrown by any of the Parameter functions when a parameter is not found.
Public propertyUpdateAfterChange
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.
Public propertyValueString
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.
Public propertyValueObject, String
Gets or sets the value of a parameter in a (referenced) document or component.
Top
See Also