API Reference > OdDb Classes > OdDbEvalConnectable Class > OdDbEvalConnectable Methods > OdDbEvalConnectable::getConnectedNames Method
OdDbEvalConnectable::getConnectedNames Method
Syntax
C++
virtual bool getConnectedNames(const OdString& thisConnectionName, OdDbEvalNodeId sourceConnectableId, OdStringArray& sourceConnectionNames) const;
Parameters 
Description 
const OdString& thisConnectionName 
[in] Connection name on this object.  
OdDbEvalNodeId sourceConnectableId 
[in] ID of the other Connectable object.  
OdStringArray& sourceConnectionNames 
[out] Receives an array of connection names. 

Returns true if and only if successful.

Returns an array Connection names shared between this OdDbEvalConnectable object and another. 

 

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