Click or drag to resize

IFreeGraphAdapterGetTNode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

id
Type: SystemString
type
Type: SystemInt32

Type Parameters

TNode

Return Value

Type: TNode
See Also