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