Class ActuateAnalogEventArgs
Event arguments for actuate analog sample events
Inheritance
System.Object
System.EventArgs
ActuateAnalogEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Input
Assembly: Phoenix.Plugin.Input.dll
Syntax
public class ActuateAnalogEventArgs : EventArgs
Constructors
View SourceActuateAnalogEventArgs(Double)
Initializes a new instance of the ActuateAnalogEventArgs class
Declaration
public ActuateAnalogEventArgs(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | Analog sample to actuate |
Properties
View SourceValue
Gets or sets the analog sample value to actuate
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |