Method CreateInMemory
CreateInMemory()
Create a new GraphDescriptor in memory
Declaration
public static GraphDescriptor CreateInMemory()
Returns
Type | Description |
---|---|
GraphDescriptor | Returns a new GraphDescriptor |
CreateInMemory(string)
Create a new GraphDescriptor in memory created from the string
Declaration
public static GraphDescriptor CreateInMemory(string graphString)
Parameters
Type | Name | Description |
---|---|---|
string | graphString | The graph string. |
Returns
Type | Description |
---|---|
GraphDescriptor | Returns a new GraphDescriptor |