ViewWindow.AddObject(Object) Method

Top 

Description

Adds the specified object to the ViewWindow.

 

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

Object object)

 

 

Arguments

object


Description:

The object to add to the ViewWindow.

 

 

 

Return Value

Type:

number

 

 

Returns the index of the object just added.

 

Syntax

myVariable1 = myViewWindow1.AddObject(myObject1);

 

 

See also

ViewWindow Object

ViewWindow Guide