Skip to content

CXNetworkSelectNodesByQuery

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:213

Description

Evaluates a query string against the network, populating the provided selector. Returns CXFalse on parse or evaluation errors. Use CXNetworkQueryLastError* to retrieve details about the last failure.

Signature

CX_EXTERN CXBool CXNetworkSelectNodesByQuery(CXNetworkRef network, const CXString query, CXNodeSelectorRef selector);