ViewWindow.Synchronize() Method

Top 

Description

Synchronize the ViewWindow properties with the current configuration of the view in the output workspace. You must call this method if you want the values returned by the ViewWindow 'get methods' (such as GetShowBody and GetConfiguration) to reflect modifications made by the user in the output screen. Note that calling this method can interrupt the user's manual modification of a Viewpoint in the output workspace, and therefore should only be called when it is necessary to retrieve the view configuration.

 

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.Synchronize(

)

 

 

Syntax

myViewWindow1.Synchronize();

 

 

See also

ViewWindow Object

ViewWindow.Synchronize

ViewWindow Guide