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.
GE_DLLEXPIMPORT AcGePlane& operator =( AcGePlane&& plane );
Moves a temp AcGePlane object to the object.
Parameters | Description |
---|---|
plane | Input reference to the temp AcGePlane |
A reference to this AcGePlane object.