Skip to content

CXNetworkWriteBXNetFiltered

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkBXNet.h:93

Description

Writes a BXNet file while allowing or ignoring selected attributes by scope.

Signature

CX_EXTERN CXBool CXNetworkWriteBXNetFiltered(struct CXNetwork *network, const char *path, const char **nodeAllow, size_t nodeAllowCount, const char **nodeIgnore, size_t nodeIgnoreCount, const char **edgeAllow, size_t edgeAllowCount, const char **edgeIgnore, size_t edgeIgnoreCount, const char **networkAllow, size_t networkAllowCount, const char **networkIgnore, size_t networkIgnoreCount);