AcDbEvalContextPair::AcDbEvalContextPair

AcDbEvalContextPair(
    const ACHAR* szKey, 
    void * pValue
);
Parameters
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 
Description

Constructor. 

 

Links