Skip to content

CXNetworkWriteGML

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkGML.h:33

Description

Serializes a network as GML. Lossy cases (for example unsupported attribute payloads or renamed keys) are reported via CXNetworkSerializationLastWarningMessage(). @param network Network to serialize. @param path Output path for the .gml file. @return CXTrue on success, CXFalse on failure.

Signature

CX_EXTERN CXBool CXNetworkWriteGML(struct CXNetwork *network, const char *path);