![]() |
operator =()








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