API Reference > OdDb Classes > OdDbEvalContext Class > OdDbEvalContext Methods > OdDbEvalContext::getAt Method
OdDbEvalContext::getAt Method
Syntax
C++
virtual bool getAt(OdDbEvalContextPair& pair) const;

Returns the ContextPair with the specified key from this Context object. 

pair (I/0) Specifies / receives the ContextPair.

pair is initialized with the key of the ContextPair to return. If the key exists in this Context object, its associated value replaces the value in the specified ContextPair. 

Returns true if and only if the pari exists.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.