Class LaserFilamentMonitorConfigured
Configured properties of a laser filament monitor
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanging
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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: DuetAPI.Machine
Assembly: DuetAPI.dll
Syntax
public class LaserFilamentMonitorConfigured : ModelObject, ICloneable, INotifyPropertyChanging, INotifyPropertyChanged
Properties
PercentMax
Maximum percentage (0..1 or greater)
Declaration
public float PercentMax { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PercentMin
Minimum percentage (0..1)
Declaration
public float PercentMin { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SampleDistance
Sample distance (in mm)
Declaration
public float SampleDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.ICloneable
System.ComponentModel.INotifyPropertyChanging
System.ComponentModel.INotifyPropertyChanged