Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdResBuf Class
Syntax
C++
class OdResBuf : public OdRxObject;

 

This class implements ResBuf object which represents the structure for storing and passing the tagged data of all basic data types between various objects using different technologies.

Each ResBuf object contains three data members:

  • ResType: An integer which specifies the type of data stored in the ResBuf instance.
  • ResVal: A container for the data stored in the ResBuf instance.
  • RbNext: A smart pointer to the ResBuf instance to be attached in a linked list.
OdResBufOdResBuf

File: ResBuf.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.