CNiPlot3D::operator =

3D Graph

Class
CNiPlot3D::
operator =()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: GetIidNext page: Plot3DCurve    
Public Operator Declared in:
NiPlot3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

const CNiPlot3D & operator =(
    const CNiPlot3D& source);

'Description' icon -- Shortcut to top of page. Description

Assignment operator. The object is attached to the same CWPlot3D_CI pointer as the object to which it is assigned and the object has the same thread access option. The reference count of the CWPlot3D_CI pointer is incremented. If an CWPlot3D_CI pointer is already attached to this object, that CWPlot3D_CI pointer is released and its reference count decremented before the new CWPlot3D_CI pointer is attached.

Shortcut to top of page. Parameters

const CNiPlot3D& source

Specifies object to which to be assigned.

'See Also' icon -- Shortcut to top of page. See Also