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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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