Click or drag to resize

MotorAspectMaxPositionChanged Delegate

[Missing <summary> documentation for "T:Demo3D.Visuals.Motor.MotorAspect.MaxPositionChanged"]

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void MaxPositionChanged(
	MotorAspect motor,
	double oldMaxPosition,
	double newMaxPosition
)

Parameters

motor
Type: Demo3D.Visuals.MotorMotorAspect
oldMaxPosition
Type: SystemDouble
newMaxPosition
Type: SystemDouble
See Also