C++
GE_DLLEXPIMPORT AcGeSurface& operator =( AcGeSurface&& otherSurface );
Description
Moves a temp AcGeSurface object to the object.
Parameters
Parameters | Description |
---|---|
otherSurface | Input reference to the temp AcGeSurface |
Returns
A reference to this AcGeSurface object.