ViewWindow.GetConfiguration(ViewWindowConfiguration) Method

Top 

Description

Populates the specified ViewWindowConfiguration object with the display settings for every object and viewpoint in the ViewWindow. If you want the configuration to reflect modifications made by the user in the output screen, first call the Synchronize method.

 

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

ViewWindowConfiguration configObject)

 

 

Arguments

configObject


Description:

The configuration object which will be populated.

 

 

 

Syntax

myViewWindow1.GetConfiguration(myViewWindowConfiguration1);

 

 

See also

ViewWindow Object

ViewWindow Guide