ViewWindow.SetSceneEpoch(Variable) 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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

ViewWindow.SetSceneEpoch(

Variable sceneEpoch)

 

 

Arguments

sceneEpoch


Description:

The epoch of the scene.

 

 

 

Syntax

myViewWindow1.SetSceneEpoch(myVariable1);

 

 

See also

ViewWindow Object

ViewWindow Guide