Fired when a motion study's calculation ends.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMotionStudyEvents_StopCalculateNotifyEventHandler( _
ByVal Time As Double _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMotionStudyEvents_StopCalculateNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMotionStudyEvents_StopCalculateNotifyEventHandler(
double Time
) |
C++/CLI | |
---|
public delegate int DMotionStudyEvents_StopCalculateNotifyEventHandler(
& double Time
) |
Parameters
- Time
- Time when event fired (i.e., time at which calculations stop)
Example
Remarks
Availability
SolidWorks 2009 FCS, Revision Number 17.0