API Reference > OdDb Classes > OdDbBlockElement Class > OdDbBlockElement Methods > OdDbBlockElement::getConnectedObjects Method
OdDbBlockElement::getConnectedObjects Method
Syntax
C++
virtual bool getConnectedObjects(const OdString&, OdDbEvalNodeIdArray&) const;
Parameters 
Description 
thisConnectionName 
[in] Connection name on this object.  
connectedObjects 
[out] Receives an array of object IDs. 

Returns true if and only if successful.

Returns an array of Connectable objects to which this Connectable object is connected. 

 

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