Creates a new result buffer.
Optionalvalues: Iterable<AcDbTypedValue<unknown>>Optional initial typed values
Returns an iterator for the typed values.
Adds a typed value to the end of the buffer.
Typed value to add
Adds multiple typed values to the buffer.
Typed values to add
Gets the typed value at the specified index.
Zero-based index
Creates a deep copy of this result buffer.
Returns a shallow copy of the typed values.
Represents an ordered collection of typed values.
Remarks
This class corresponds to AutoCAD's ResultBuffer class. It is commonly used to store Xrecord data, XData, and other extensible data structures.