Click or drag to resize

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

Parameters

NodeA
Type: imbSCI.Data.interfacesIObjectWithNameWeightAndType
onWeight (Optional)
Type: imbSCI.Core.enumsoperation
onType (Optional)
Type: imbSCI.Core.enumsoperation

Return Value

Type: freeGraphNodeBase
See Also