Description
Sets/gets data root for Data Viewer. DataRoot is the starting point to collect data to data viewer. Data is collected from data root and all its children recursively. DataRoot can be one of the following types: String, McDBNode,McDBNodes,\ McDBDatabase,McDataNodeRefs. If DataRoot is Nothing then the active image is used.
-
Property type
-
A Variant value.
mcdbNode of the current data root
-
Syntax
-
object.DataRoot [= value]
The DataRoot Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataViewer. | | value | A Variant value. | Remarks
Setting of new DataRoot automatically updates all data windows in Data Viewer.
|