Description

Pre-created McDataNodes for general scripting use.

Property type

A McDataNodes object.  

Syntax

object.ActiveDataNodes

The ActiveDataNodes Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataManager.

Remarks

The returned McDataNodes will exists until the McDataManager object is released.
Since the object is public and shared by all by all software modules this object should not be used to store a configured state. It therefore recommended to create a new private McDataNodes with the CreateDataNodes() when the object's data is needed across several macro executions or when user interface is supplied.