Share

AcValue::get

C++

ACDBCORE2D_PORT bool get(
    void*& pBuf, 
    uint32_t& dwBufSize
) const;

Description

Returns the value assigned to the AcValue object.

Parameters

Parameters Description
pBuf Output pointer to a buffer
dwBufSize Output unsigned integer that represents the buffer size

Returns

true if value was returned successfully, else false.

Links

AcValue

Was this information helpful?