nn::nex::DOOperation::GetOrigin Member Function

Syntax

DOHandle GetOrigin() const;

Parameters

None.

Return Values

Returns a duplicated object handle to a station that has called a function that generates an operation object.

Description

Gets a duplicated object handle to a station that has called a function that generates an operation object as a result of the call.

For example, if a station calls the DuplicatedObject::FetchDuplica function and triggers a ChangeDupSetOperation operation, this function returns the DOHandle of the station that called the DuplicatedObject::FetchDuplica function.

A typical way of using this function is to use it in SafetyExecutive and determine whether that station has the rights to actually perform that operation.

See Also

SafetyExecutive

Revision History

2011/01/27
Initial version.

CONFIDENTIAL