![]() |
operator =()








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