Show / Hide Table of Contents

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 Source

ActuateAnalogEventArgs(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 Source

Value

Gets or sets the analog sample value to actuate

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
  • View Source
In This Article
Back to top Generated by DocFX