API Reference > Other Classes > OdDgResBuf Class > OdDgResBuf Methods > OdDgResBuf::setInt8 Method
OdDgResBuf::setInt8 Method
Syntax
C++
void setInt8(OdInt8 iValue);
Parameters 
Description 
OdInt8 iValue 
[in] 8-bit Integer value to be set. 

Sets the data content of the ResBuf object using the specified 8-bit Integer value only if the stored group code has an Integer type. 

 

This method generates the OdError_InvalidResBuf exception when the stored data type does not correspond to the Integer8 type. Use the ((OdInt8)value) instruction to convert the passed value.

Example of Entering and Displaying Tagged Data 

Getting and Setting Typical Data (integer 

Determining the Data Type by Group Code 

OdResBuf::getInt8(), OdResBuf::setRestype(), OdDxfCode::_getType() methods

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