GetViewerValue

<< Click to Display Table of Contents >>

 

GetViewerValue

GetViewerValue(Path, [Property])

This method works only at run time in Elipse E3 Viewer and returns the value of a property of the Viewer object or a child object of the Viewer object. The Path parameter is mandatory and indicates the path to a Viewer's child object. This parameter can be an empty String and, in this case, indicates that a Viewer's property must be returned. The Property parameter is optional and indicates the name of the property to return. If this parameter is omitted, returns the value of the Value property.

 

NOTE

As a Viewer object does not have a Value property, users are not allowed to use this method with the Path parameter equal to an empty String and omit the Property parameter.

Was this page useful?