Description Returns a pre-created McDataNodes for general scripting configured to the last selection and current used by a user interface viewer.
-
Property type
-
A McDataNodes object.
-
Syntax
-
object.SelectedDataNodes
The SelectedDataNodes Property syntax has these parts: |
| object | An expression evaluating to an object of type McDataManager. | Remarks The instance returned is a copy of the viewer configuration and therefore manipulation shall affect the viewer. Any changes made to this object will overwritten by a supported viewer. It is therefore recommended to treat the object as read-only. The McDataNodes does not have any locking mechanism to prevent reading a configuration while it is being configured.
|