API Reference > OdDb Classes > OdDbEvalConnectable Class > OdDbEvalConnectable Methods > OdDbEvalConnectable::getConnectionType Method
OdDbEvalConnectable::getConnectionType Method
Syntax
C++
virtual bool getConnectionType(const OdString& connectionName, OdResBuf::ValueType& connectionType) const;
Parameters 
Description 
const OdString& connectionName 
[in] Connection name.  
OdResBuf::ValueType& connectionType 
[out] Receives the connection type. 

Returns true if and only if a connection with the specified name exists.

Returns the type of the specified connection for this Connectable object.

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