freeGraphWithAdaptersAddLinks Method |
Namespace: imbSCI.Graph.FreeGraph.adapters
public List<freeGraphLinkBase> AddLinks( IObjectWithNameWeightAndType NodeA, IEnumerable<IObjectWithNameWeightAndType> NodeBs, double w = 1, int type = 0, operation onWeight = operation.assign, operation onType = operation.assign )