Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdResBuf::Data Union
Syntax
C++
union Data { bool Bool; OdInt16 Int16; OdInt32 Int32; OdInt64 Int64; double Double; void* Pointer; OdUInt8 Bytes[sizeof(OdInt64)]; };
Members
Description
Bool
Boolean content
Int16
8-bit or 16-bit Integer content
Int32
32-bit Integer or Color content
Int64
64-bit Integer or Handle content
Double
double-precision floating-point content
Pointer
pointer to an object
Bytes
Content as an array of bytes

Defines the content of the ResBuf object.

File: ResBuf.h 

Module: API Reference 

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