GH_MouseTrackerDropFrames Method (DateTime) |
Drop all frames older than a given limit.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void DropFrames(
DateTime timeLimit
)
Public Sub DropFrames (
timeLimit As DateTime
)
Parameters
- timeLimit
- Type: SystemDateTime
All frames older than the limit will be dropped.
See Also