Show / Hide Table of Contents

Delegate AreaMetaDataHandler.EdgeInsideDelegate

A delegate to notify listeners that an edge was found inside the area.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate void EdgeInsideDelegate(uint edgeId);
Parameters
System.UInt32 edgeId

The edge id.

Back to top Built by Itinero, MIT licensed.