Skip to content

CXNetworkWriteZXNetFiltered

function

Back to Helios Network Native C API

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

Description

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

Signature

CX_EXTERN CXBool CXNetworkWriteZXNetFiltered(struct CXNetwork *network, const char *path, int compressionLevel, 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);