C++
static ACDBCORE2D_PORT short getInt16( const AcRxVariable* pVar, short def );
Description
Sets the named Int16 value.
Parameters
| Parameters | Description |
|---|---|
| pVar | Pointer to variable to set |
| def | New value to set |
Returns
Returns the boolean value stored in the variable or 'def' parameter if the variable does not exist.