nn::nex::RefTemplate::RefTemplate Constructor

Syntax

RefTemplate();

RefTemplate(
     DOHandle hDO
);

RefTemplate(
     const DORef & oRef
);

Overloaded Member Functions

RefTemplate ( ) Initializes the reference as an invalid reference.
RefTemplate ( DOHandle ) Initializes the reference using a duplicated object handle.
RefTemplate ( const DORef & ) Copy constructor.

Description of RefTemplate ( )

Description of RefTemplate ( DOHandle )

Duplicated object handles (DOHandle) are handles that uniquely represent the duplicated objects existing within a session. This constructor uses the duplicated object handle to create a safe reference to the duplicated object.

If the reference to the Duplicated Object handle is constructed successfully, the DORef::IsValid function returns true.

Description of RefTemplate ( const DORef & )

Initializes the reference using the duplicated object indicated by the specified reference.

If the reference to the Duplicated Object handle is constructed successfully, the DORef::IsValid function returns true.


CONFIDENTIAL