API Reference > Classes > OdDAIObjectId Class > OdDAIObjectId Operators > = Operator > OdDAIObjectId::= Operator (OdDbStub*)
OdDAIObjectId::= Operator (OdDbStub*)
Syntax
C++
OdDAIObjectId& operator =(OdDbStub* objectId);
Parameters 
Description 
OdDbStub* objectId 
[in] Another identifier (right-hand operand of the assignment operation) represented with a raw pointer to an OdDbStub object.  

Returns the reference to the object identifier after the assignment operation is finished.

The assignment operator for the object identifier.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.