Click or drag to resize

MotorAspectOnMaxPositionChanged Event

Event that is triggered when the maximum position is changed.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public event MotorAspectMaxPositionChanged OnMaxPositionChanged

Value

Type: Demo3D.Visuals.MotorMotorAspectMaxPositionChanged
Remarks
The maxumum position specified is only an upper bound on the permitted range. The actual permitted range may be determined from multiple bounds. If you want to be notified when the permitted range changes then use OnPositionLimitChanged.
See Also