nn::nex::IteratorOverDOs::Find Member Function

Syntax

qBool Find(
     DOHandle hDO
);

Parameters

Name Description
in hDO The duplicated object handle search target.

Return Values



Value Description
true Returned if the Duplicated Object could be found. This iterator points to the specified Duplicated Object at this time.
false Returned if the Duplicated Object could not be found. The EndReached function returns false at this time.

Description

Searches within this iterator for the duplicated object to be accessed by the given duplicated object handle.

This function either moves the iterator as far as the Duplicated Object accessed by the given Duplicated Object handle, or moves until the end when the object cannot be found. If the iterator moves to the end, the EndReached function returns true.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL