Click or drag to resize

graphDataPackageTItemStore Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Stores the specified input.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public void Store(
	graphWrapNode<TItem> input,
	string path
)
Request Example View Source

Parameters

input
Type: imbSCI.Data.collection.graphgraphWrapNodeTItem
The input.
path
Type: SystemString
The path.
See Also