API Reference > Auxiliary Classes > AECCPr Class > AECCPr Methods > AECCPr::GetAutomaticPropertyByName Method
AECCPr::GetAutomaticPropertyByName Method
Syntax
C++
static bool GetAutomaticPropertyByName(OdDbObjectPtr pSource, const OdString& strName, const AECCVariantArray& rContext, AECCVariant& rValue);
Parameters 
Description 
OdDbObjectPtr pSource 
[in] Source object.  
const OdString& strName 
[in] Property name.  
const AECCVariantArray& rContext 
[in] Context.  
AECCVariant& rValue 
[out] Property value. 

True if the operation is successful; false otherwise.

Gets the property value by name. 

 

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