ViewWindow.SetConfiguration(ViewWindowConfiguration) Method

Top 

Description

Uses the specified ViewWindowConfiguration object to set the display settings for every object and viewpoint in the ViewWindow.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

ViewWindow.SetConfiguration(

ViewWindowConfiguration configObject)

 

 

Arguments

configObject


Description:

The ViewWindowConfiguration object from which the configuration will be pulled.

 

 

 

Return Value

Type:

Array of string

 

 

A string array containing any non-fatal import errors.

 

Syntax

myStringArray1 = myViewWindow1.SetConfiguration(myViewWindowConfiguration1);

 

 

See also

ViewWindow Object

ViewWindow Guide