Hi,
Thanks for the response. I set the NodeRank to TopMost and removed the root node. The diagram doesn't display correctly. Here is the layout code:
NLayeredGraphLayout layout = new NLayeredGraphLayout();layout.NodeRank = LayeredLayoutNodeRank.TopMost;
layout.Direction = LayoutDirection.TopToBottom;
layout.LayerAlignment = RelativeAlignment.Near;
graphImporter.Layout = layout;
See the attachment for the rendered graph. All nodes without paths are nodes where the parentid is set to null. These are the nodes I would have thought were considered top-level nodes. The CDROP_P and LOCATE nodes seem to render correctly.