API Reference > OdDb Classes > OdDbBlockElement Class > OdDbBlockElement Methods > OdDbBlockElement::connectTo Method
OdDbBlockElement::connectTo Method
Syntax
C++
virtual bool connectTo(const OdString&, OdDbEvalNodeId, const OdString&);
Parameters 
Description 
thisConnectionName 
[in] Connection name on this object.  
sourceConnectableId 
[in] Object ID of the other Connectable object.  
sourceConnectionName 
[in] Connection name on the other Connectable object. 

Returns true if and only if successful.

Connects this Connectable object to the specified Connectable object.

Both objects must graph-resident. 

 

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