Share

AcGeCircArc2d::=

C++

GE_DLLEXPIMPORT AcGeCircArc2d& operator =(
    AcGeCircArc2d&& arc
);

Description

Moves a temp AcGeCircArc2d object to the object.

Parameters

Parameters Description
arc Input reference to the temp AcGeCircArc2d

Returns

A reference to this AcGeCircArc2d object.

Links

AcGeCircArc2d

Was this information helpful?