API Reference > OdDb Classes > OdDbDatabaseSummaryInfo Class > OdDbDatabaseSummaryInfo Methods > getCustomSummaryInfo Method > OdDbDatabaseSummaryInfo::getCustomSummaryInfo Method (int, OdString&, OdString&)
OdDbDatabaseSummaryInfo::getCustomSummaryInfo Method (int, OdString&, OdString&)
Syntax
C++
virtual void getCustomSummaryInfo(int fieldIndex, OdString& key, OdString& rvalue) const = 0;
Parameters 
Description 
int fieldIndex 
[in] Field index [1..numCustomInfo()].  
OdString& key 
[out] Receives the name.  
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.