Share

AcGePlane::=

C++

GE_DLLEXPIMPORT AcGePlane& operator =(
    AcGePlane&& plane
);

Description

Moves a temp AcGePlane object to the object.

Parameters

Parameters Description
plane Input reference to the temp AcGePlane

Returns

A reference to this AcGePlane object.

Links

AcGePlane

Was this information helpful?