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.
Parameters
Parameters
Description
iValue
[in] 8-bit Integer value to be set.
Remarks
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.