We are searching for an ArcPy method that can query the current time set by the user on the time slider so that we can pass this information to another model that will use it as a starting point for a simulation. Not sure if this is in the ArcPy Data Access Module or not.
Our intent is to capture two points in the timeline and pass that information to a model that will take the time-endpoints and initiate an interpolation prediction model of imagery (through ModelBuilder) between those two times and send it back into the ArcMap environment for comparison between the real imagery specified by the two time points.
Capture of this information ideally would be initiated from ArcMap using an add-in or similar process that the user can invoke.