API Reference > OdDb Classes > OdDbDatabaseSummaryInfo Class > OdDbDatabaseSummaryInfo Methods > getCustomSummaryInfo Method > OdDbDatabaseSummaryInfo::getCustomSummaryInfo Method (OdString&, OdString&)
OdDbDatabaseSummaryInfo::getCustomSummaryInfo Method (OdString&, OdString&)
Syntax
C++
virtual bool getCustomSummaryInfo(const OdString& customInfoKey, OdString& rvalue) const = 0;
Parameters 
Description 
const OdString& customInfoKey 
[in] Name of the field to retrieve.  
OdString& rvalue 
[out] Receives the value. 

Returns the value of the specified custom field of the Summary Information.

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