![]() |
operator =()








Public Operator |
Declared in: NiCursors3D.h |
Declaration
const CNiCursors3D & operator =( const CNiCursors3D& source);
Description
Assignment operator. The object is attached to the same CWCursors3D_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWCursors3D_CI pointer is incremented. If an CWCursors3D_CI pointer is already attached to this object, that CWCursors3D_CI pointer is released and its reference count decremented before the new CWCursors3D_CI pointer is attached.
Parameters
const CNiCursors3D& source
Specifies object to which to be assigned.