Click or drag to resize

freeGraphWithAdaptersAddLinks Method

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<freeGraphLinkBase> AddLinks(
	IObjectWithNameWeightAndType NodeA,
	IEnumerable<IObjectWithNameWeightAndType> NodeBs,
	double w = 1,
	int type = 0,
	operation onWeight = operation.assign,
	operation onType = operation.assign
)
Request Example View Source

Parameters

NodeA
Type: imbSCI.Data.interfacesIObjectWithNameWeightAndType
NodeBs
Type: System.Collections.GenericIEnumerableIObjectWithNameWeightAndType
w (Optional)
Type: SystemDouble
type (Optional)
Type: SystemInt32
onWeight (Optional)
Type: imbSCI.Core.enumsoperation
onType (Optional)
Type: imbSCI.Core.enumsoperation

Return Value

Type: ListfreeGraphLinkBase
See Also