Share

AcGeLinearEnt2d::=

C++

GE_DLLEXPIMPORT AcGeLinearEnt2d& operator =(
    AcGeLinearEnt2d&& line
);

Description

Moves a temp AcGeLinearEnt2d object to the object.

Parameters

Parameters Description
line Input reference to the temp AcGeLinearEnt2d

Returns

A reference to this AcGeLinearEnt2d object.

Links

AcGeLinearEnt2d

Was this information helpful?