I’m using GraphViz API to generate the graph from my C# code.
If I provide a non-supported layout engine to the gvRenderData
, it fails.
I would like to get an error message the same way aglasterr
works for the agmemread
method.
Is it possible?