Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalConnectable::getConnectedNames Method
Syntax
C++
virtual bool getConnectedNames(const OdString& thisConnectionName, OdDbEvalNodeId sourceConnectableId, OdStringArray& sourceConnectionNames) const;

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

 

Parameters
Description
thisConnectionName
[in] Connection name on this object.
sourceConnectableId
[in] ID of the other Connectable object.
sourceConnectionNames
[out] Receives an array of connection names.

Returns true if and only if successful.

Copyright © 2002-2022. Open Design Alliance All rights reserved.