Share

AcRxVariablesDictionary::getInt16 (AcRxVariable*, short) Method

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.

Links

AcRxVariablesDictionary Class

Was this information helpful?