public object QueryPartialEdgeValue(INetworkEdge2 edge, double fromPos, double toPos)
		{
			// Partial Edge values are not appropriate for restriction evaluators.
			throw new NotImplementedException();
		}
 public object QueryPartialEdgeValue(INetworkEdge2 edge, double fromPos, double toPos)
 {
     // Partial Edge values are not appropriate for restriction evaluators.
     throw new NotImplementedException();
 }