API Reference > OdDb Classes > OdDbEvalConnectable Class
OdDbEvalConnectable Class
OdDbEvalConnectableOdDbEvalConnectableOdDbEvalConnectableOdDbEvalConnectableOdDbEvalConnectable
Syntax
C++
class OdDbEvalConnectable : public OdDbEvalExpr;

DbEvalGraph.h

This class implements a runtime inspection interface for OdDbEvalExpr objects. 

Corresponding C++ library: TD_DynBlocks

  • OdDbEvalContext
  • OdDbEvalContextIterator
  • OdDbEvalContextPair
  • OdDbEvalEdgeInfo
  • OdDbEvalExpr
  • OdDbEvalGraph
 
Name 
Description 
 
This is ~OdDbEvalConnectable, a member of class OdDbEvalConnectable. 
 
Name 
Description 
 
Returns true if and only if a connection is allowed from this Connectable object to the specified Connectable object. 
 
Connects this Connectable object to the specified Connectable object. 
 
Disconnects this Connectable object from the specified Connectable object. 
 
Returns an array Connection names shared between this OdDbEvalConnectable object and another.
 
 
Returns an array of Connectable objects to which this Connectable object is connected.
 
 
Returns an array of Connection names for this Connectable object.  
 
Returns the type of the specified connection for this Connectable object.  
 
Returns the value of the specified connection for this Connectable object.  
 
Returns true if and only if this Connectable object has a connection with the specified name.  
 
This is ODDB_DECLARE_MEMBERS, a member of class OdDbEvalConnectable. 
 
Sets the value of the specified connection for this Connectable object.  
Copyright © 2002–2020. Open Design Alliance. All rights reserved.