Click or drag to resize

freeGraphWithAdaptersAssign Method (IEnumerableIObjectWithNameWeightAndType, operation, operation)

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<freeGraphNodeBase> Assign(
	IEnumerable<IObjectWithNameWeightAndType> NodeA,
	operation onWeight = operation.assign,
	operation onType = operation.assign
)
Request Example View Source

Parameters

NodeA
Type: System.Collections.GenericIEnumerableIObjectWithNameWeightAndType
onWeight (Optional)
Type: imbSCI.Core.enumsoperation
onType (Optional)
Type: imbSCI.Core.enumsoperation

Return Value

Type: ListfreeGraphNodeBase
See Also