qBool IsGlobal() const;
None.
Value | Description |
---|---|
true |
Returned when this object is an instance of a global duplicated object. |
false |
Returned when this object is not an instance of a global duplicated object. |
Gets whether this instance is a global duplicated object.
A global duplicated object is either a well-known object or a duplicated object whose globaldo
property has been specified in the Data Definition Language (DDL) file. (See the NEX Programming Manual for details about DDL file syntax.) Such objects can be accessed globally throughout the session and are guaranteed to have been duplicated to all stations participating in the session.
CONFIDENTIAL