Share

AcGeEntity3d::=

C++

GE_DLLEXPIMPORT AcGeEntity3d& operator =(
    AcGeEntity3d&& entity
);

Description

Moves a temp AcGeEntity3d object to the object.

Parameters

Parameters Description
entity Input reference to the temp AcGeEntity3d

Returns

A reference to this AcGeEntity3d object.

Links

AcGeEntity3d

Was this information helpful?