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.