nn::nex::RefTemplate::RefTemplate Constructor

Syntax

RefTemplate(
     DOHandle hDO
);

Parameters

Name Description
hDO [in] A handle to the duplicated object to reference.

Description

Initializes the reference using a duplicated object handle.

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.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL