nn::nex::DuplicatedObject::CreateDuplica Member Function

Syntax

qBool CreateDuplica(
     DOHandle hNewDuplicaStation
);

Parameters

Name Description
in hNewDuplicaStation Specifies the duplicated object handle (DOHandle) to the station on which to create a duplica.

Return Values



Value Description
true Returned when duplica creation was successful.
false Returned when duplica creation failed.

Description

Creates a duplica of this duplicated object.

This function is one way of creating object duplicas on stations. This function can only be called by the duplication master, and must only be used to create a duplica of the duplication master that calls it.

Revision History

2012/01/26
Initial version.

CONFIDENTIAL