C++
AcDbEvalContextPair( const ACHAR* szKey, void * pValue );
Description
Constructor.
Parameters
| Parameters | Description |
|---|---|
| szKey | Input key used to look up the pair in an AcDbEvalContext |
| pValue | Input pointer to the data stored in the context pair |
AcDbEvalContextPair( const ACHAR* szKey, void * pValue );
Constructor.
| Parameters | Description |
|---|---|
| szKey | Input key used to look up the pair in an AcDbEvalContext |
| pValue | Input pointer to the data stored in the context pair |