Share

AcGeLineSeg2d::=

C++

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

Description

Moves a temp AcGeLineSeg2d object to the object.

Parameters

Parameters Description
line Input reference to the temp AcGeLineSeg2d

Returns

A reference to this AcGeLineSeg2d object.

Links

AcGeLineSeg2d

Was this information helpful?