API Reference > OdDb Classes > OdDbEvalConnectable Class > OdDbEvalConnectable Methods > OdDbEvalConnectable::setConnectionValue Method
OdDbEvalConnectable::setConnectionValue Method
Syntax
C++
virtual bool setConnectionValue(const OdString& connectionName, const OdResBuf* pValue);
Parameters 
Description 
const OdString& connectionName 
[in] Connection name.  
const OdResBuf* pValue 
[in] Pointer to the value. 

Returns true if and only if a connection with the specified name exists.

Sets the value of the specified connection for this Connectable object.

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