![]() |
operator =()








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