ViewWindow.SetObjectKey(Variable, String) Method

Top 

Description

Set the object key used to match objects on import. The ViewWindow.SetConfiguration method is used to import a configuration into a ViewWindow from a ViewWindowConfiguration object.

 

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

Variable objectId,


String key)

 

 

Arguments

objectId


Description:

The object id whose key will be set.

 

 

key


Description:

The key value.

 

 

 

Syntax

myViewWindow1.SetObjectKey(myVariable1, myString1);

 

 

See also

ViewWindow Object

ViewWindow Guide