Function
Gets the "connections" component of a Field and checks to see if it has a specified "element type" attribute.
Syntax
#include <dx/dx.h>
Array DXGetConnections(Field f, char *type)
Functional Details This routine combines the functions of DXGetComponentValue and DXGetComponentAttribute.
Return Value
Returns the connections Array or returns NULL without setting an error code if (1) no "connections" component is present or (2) if the "element type" attribute does not match.
See Also
DXGetComponentAttribute, DXGetComponentValue, DXSetConnections