Click or drag to resize

graphMultiRootTAddOrGetByPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds graph defined by path or selecte existing graphnode, as pointed by path

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public T AddOrGetByPath(
	string path,
	string splitter = ""
)
Request Example View Source

Parameters

path
Type: SystemString
Path to construct from.
splitter (Optional)
Type: SystemString
The splitter - by default: directory separator.

Return Value

Type: T
Leaf instance
See Also