Click or drag to resize

StationParameterModified Class

[This is preliminary documentation and is subject to change.]

Sent by a process endpoint to indicate that an operator has modified a generic parameter or configuration setting. This does not apply to settings related to recipes, which are handled by the RecipeModified event.
{
  "ParameterName": "Torque1",
  "OldParameterValue": "22.6",
  "NewParameterValue": "35.6"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceStationParameterModified

Namespace:  CFX.ResourcePerformance
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class StationParameterModified : CFXMessage

The StationParameterModified type exposes the following members.

Properties
  NameDescription
Public propertyNewParameterValue
The new value of this configuration setting
Public propertyOldParameterValue
The previous value of this configuration setting
Public propertyParameterName
The name of the configuration setting which was modified
Top
See Also