Constructs an LGSPNamedGraph object.
Deprecated.

C# |
public LGSPNamedGraph( LGSPBackend lgspBackend, IGraphModel grmodel, string grname, string modelassemblyname, int capacity )

- lgspBackend (LGSPBackend)
- The responsible backend object.
- grmodel (IGraphModel)
- The graph model.
- grname (String)
- The name for the graph.
- modelassemblyname (String)
- The name of the model assembly.
- capacity (Int32)
- The initial capacity for the name maps (performance optimization, use 0 if unsure).