Share

AcRxVariablesDictionary::setBool (AcRxVariable*, bool) Method

C++

static ACDBCORE2D_PORT Acad::ErrorStatus setBool(
    AcRxVariable*, 
    bool val
);

Description

Gets the named Int16 value.

Parameters

Parameters Description
val Default value that the function will return if the variable does not exist
name Name of the variable to retrieve

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?