Share

AcValue::get

C++

bool get(
    ACHAR *& pszValue
) const;

Description

Deprecated. Returns the value assigned to the AcValue object.

Parameters

Parameters Description
pszValue Output pointer to the string object

Returns

true if value was returned successfully, else false.

Links

AcValue

Use Instead

ACDBCORE2D_PORT bool get (const ACHAR *& pszValue) const;

Was this information helpful?