ViewWindow.GetObjectKey(Variable) Method

Top 

Description

Get 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.GetObjectKey(

Variable objectId)

 

 

Arguments

objectId


Description:

The object id whose key will be returned.

 

 

 

Return Value

Type:

string

 

 

The object key.

 

Syntax

myString1 = myViewWindow1.GetObjectKey(myVariable1);

 

 

See also

ViewWindow Object

ViewWindow Guide