Click or drag to resize

MotorAspectMinPositionChanged Delegate

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

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

Parameters

motor
Type: Demo3D.Visuals.MotorMotorAspect
oldMinPosition
Type: SystemDouble
newMinPosition
Type: SystemDouble
See Also