API Reference > Classes > PRC Base Data Types Classes > OdPrcUniqueId Class > OdPrcUniqueId Methods > OdPrcUniqueId::setID Method
OdPrcUniqueId::setID Method
Syntax
C++
void setID(OdUInt32 id0, OdUInt32 id1, OdUInt32 id2, OdUInt32 id3);
Parameters 
Description 
OdUInt32 id0 
[in] First digit of a unique identifier.  
OdUInt32 id1 
[in] Second digit of a unique identifier.  
OdUInt32 id2 
[in] Third digit of a unique identifier.  
OdUInt32 id3 
[in] Fourth digit of a unique identifier. 

Sets a new value of the unique identifier with specified digits. 

 

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