C++
Acad::ErrorStatus copyFrom( const AcRxObject* other ) override;
Description
Implemented for the AcRxObject protocol.
Acad::eOk, if the values copied successfully and the incoming object is of type AcGiVariant
Parameters
Parameters | Description |
---|---|
other | Object to copy. This can be any derivative of AcRxObject, but will only succeed for objects of type AcGiVariant. |