![]() |
operator =()








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