Motor |
public sealed class Limit : IDisposable
The MotorAspectLimit type exposes the following members.
| Name | Description | |
|---|---|---|
| MotorAspectLimit | Constructor. |
| Name | Description | |
|---|---|---|
| Count | The number of restrictive ranges. | |
| Max | The most restrictive maximum value from the set of limiting ranges. | |
| Min | The most restrictive minimum value from the set of limiting ranges. |
| Name | Description | |
|---|---|---|
| Add | Adds a restricting range to the limit. | |
| Clear | Clears all restrictive ranges from the limit. | |
| Dispose | Releases all resources used by the MotorAspectLimit |
| Name | Description | |
|---|---|---|
| OnChanged | An event that is triggered when the minimum and/or maximum values for the permitted range change. |