Fired when a motion study is calculated and there are external motors.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMotionStudyEvents_MotorTimeStepChangeNotifyEventHandler( _
ByVal Motor As String, _
ByVal Time As Double, _
ByRef MotorSpeed As Double _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMotionStudyEvents_MotorTimeStepChangeNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMotionStudyEvents_MotorTimeStepChangeNotifyEventHandler(
string Motor,
double Time,
ref double MotorSpeed
) |
C++/CLI | |
---|
public delegate int DMotionStudyEvents_MotorTimeStepChangeNotifyEventHandler(
& String^ Motor,
& double Time,
& double% MotorSpeed
) |
Parameters
- Motor
- Motor name
- Time
- Time
- MotorSpeed
- New motor speed
Remarks
Availability
SolidWorks 2008 SP01, Revision Number 16.1