API Reference > Auxiliary Classes > AECCPr Class > AECCPr Methods > AECCPr::Evaluate Method
AECCPr::Evaluate Method
Syntax
C++
static OdString Evaluate(const OdDbObject* pSource, const AECCVariantArray& vaContext, const OdString& strExpr, const OdDbObject* pEntity = 0);
Parameters 
Description 
const OdDbObject* pSource 
[in] Source object.  
const AECCVariantArray& vaContext 
[in] Context.  
const OdString& strExpr 
[in] Expression to evaluate.  
const OdDbObject* pEntity = 0 
[in] Source entity containing a custom property. 

Evaluated expression.

Returns the evaluated expression. 

 

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