ViewWindow.SetSceneEpoch(TimeSpan) Method

Top 

Description

Overrides the automatic algorithm which determines the ViewWindow epoch for the next Update. Reset to the automatic algorithm by specifying TimeSpan.Undefined.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ViewWindow.SetSceneEpoch(

TimeSpan sceneEpoch)

 

 

Arguments

sceneEpoch


Description:

The epoch of the scene.

 

 

 

Syntax

myViewWindow1.SetSceneEpoch(myTimeSpan1);

 

 

See also

ViewWindow Object

ViewWindow Guide