API Reference > OdDb Classes > OdDbDatabaseSummaryInfo Class > OdDbDatabaseSummaryInfo Methods > setCustomSummaryInfo Method > OdDbDatabaseSummaryInfo::setCustomSummaryInfo Method (int, OdString&, OdString&)
OdDbDatabaseSummaryInfo::setCustomSummaryInfo Method (int, OdString&, OdString&)
Syntax
C++
virtual void setCustomSummaryInfo(int fieldIndex, const OdString& key, const OdString& value) = 0;
Parameters 
Description 
int fieldIndex 
[in] Field index [1..numCustomInfo()].  
const OdString& key 
[in] Name of the field.  
const OdString& value 
[in] Value for the field. 

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

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