API Reference > Other Classes > OdResBuf Class > OdResBuf Methods > newRb Method > OdResBuf::newRb Method (int, OdUInt32)
OdResBuf::newRb Method (int, OdUInt32)
Syntax
C++
static OdResBufPtr newRb(int resType, OdUInt32 resVal);
Parameters 
Description 
int resType 
[in] Group code as an Integer value.  
OdUInt32 resVal 
[in] Value of the corresponding type. 

Create an instance of the ResBuf object of the specified data type and initialized the specified data value. 

 

This method generate the OdError_InvalidResBuf exception when the specified data value does not correspond to the specified data type.

Sequence of Tagged Data 

Getting and Setting Objects

Copyright © 2002–2020. Open Design Alliance. All rights reserved.