![]() |
operator =()








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