![]() |
operator =()








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