Graphics

 View Only
  • 1.  Timestamps from Events

    Posted 06-07-2016 10:44
    I want to get the timestamp when a OnSceneState event is fired on a xpOutputFrameBuffer, like it's displayed in the AsRun logs. Is this possible or do I have to use a xpTimeCodeSource?


  • 2.  RE: Timestamps from Events

    Posted 06-07-2016 17:52
    Since this is running in your own C# application; can't you use just use .NET to read the computer time?
    #XPression


  • 3.  RE: Timestamps from Events

    Posted 06-21-2016 15:07
    I wanted to get the timestamp from the scene or an XPression event handler, but it doesn't look like this is implemented. I'm using System.DateTime.Now instead.
    #XPression