Share

AcRxVariablesDictionary::getVariable Method

C++

ACDBCORE2D_PORT AcRxVariable* getVariable(
    const ACHAR* name
) const;

Description

Retrieves a variable.

Parameters

Parameters Description
name Name of the variable to retrieve

Returns

Returns NULL if no variable with the specified name can be found. Other it returns a valid pointer to an AcRxVariable object.

Links

AcRxVariablesDictionary Class

Was this information helpful?