nn::nex::DuplicatedObject::IsGlobal Member Function

Syntax

qBool IsGlobal() const;

Parameters

None.

Return Values



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.

Description

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.

See Also

IsAWellKnownDO, IsACoreDO, IsAUserDO

Revision History

2011/01/27
Initial version.

CONFIDENTIAL