API Reference > Other Classes > OdValue Class > OdValue Methods > get Method > OdValue::get Method (void*&, OdInt32&)
OdValue::get Method (void*&, OdInt32&)
Syntax
C++
bool get(void*& pBuf, OdInt32& bufferSize) const;
Parameters 
Description 
void*& pBuf 
[out] Receives a pointer to the buffer.  
OdInt32& bufferSize 
[out] Receives the buffer size. 

Returns true if and only if successful.

Returns the value of this FieldValue object. 

 

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