Click or drag to resize

freeGraphAdapterTNodeGet Method (IEnumerableString, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.FreeGraph.adapters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<TNode> Get(
	IEnumerable<string> id,
	int type = 0
)
Request Example View Source

Parameters

id
Type: System.Collections.GenericIEnumerableString
type (Optional)
Type: SystemInt32

Return Value

Type: ListTNode
See Also