Show / Hide Table of Contents

Delegate NetworkOptimizer.CanMergeDelegate

A delegate to verify if anything external is blocking the merging of the given edges.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate bool CanMergeDelegate(uint edgeId1, uint edgeId2);
Parameters
System.UInt32 edgeId1

The first edge.

System.UInt32 edgeId2

The second edge.

Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.